Html Css Color HEX #B45303 Rust

📋 copy color: '#B45303'

red 180 ◦ green 83 ◦ blue 3

#B45303
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rust #B45303

Tints of Rust #B45303

RGB

 RED value IS 180 (70.7% from 255) = 67.67%

 GREEN value IS 83 (32.81% from 255) = 31.2%

 BLUE value IS 3 (1.56% from 255) = 1.13%

R = 67.67%
G = 31.2%
B = 1.13%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.98

 K value IS 0.29

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B45303 (or 0xB45303) is known color: Rust. HEX triplet: B4, 53 and 03. RGB value is (180,83,3). Sum of RGB (Red+Green+Blue) = 180+83+3=266 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.67% from 266); Green value is 83 (32.81% from 255 or 31.20% from 266); Blue value is 3 (1.56% from 255 or 1.13% from 266); Max value from RGB is 180 - color contains mainly: red. Hex color #B45303 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45303 is #4BACFC. Grayscale: #676767. Windows color (decimal): -4959485 or 218036. OLE color: 218036.

HSL color Cylindrical-coordinate representation of color #B45303: hue angle of 27.12º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B45303 is Cyan = 0, Magento = 0.54, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 83 3 -
CMYK 0 0.54 0.98 0.29
HSL 27.12º 0.97% 0.36% -
HSV(B) 27.12º 0.98% 0.71% -
XYZ 21.93 15.9 2 -
YUV 102.88 71.64 183 -
System Red Green Blue C M Y K H S L
Decimal 180 83 3 0 0.54 0.98 0.29 27.12 0.97 0.36
Hex B4 53 3 0 36 62 1D 1B 61 24
Octal 264 123 3 0 66 142 35 33 141 44
Binary 10110100 1010011 11 0 110110 1100010 11101 11011 1100001 100100

Color Harmonies of #B45303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45303

Black with #B45303

Text Example


Text Example

White with #B45303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45303; }

 p { color: rgb(180,83,3); }

 H1.HeaderClassName
 {
   color: #B45303;
 }
 .AnyTagClassName
 {
   color: #B45303;
 }
</style>

background-color css

<style>
 a { background-color: #B45303; }

 a { background-color: rgb(180,83,3); }

 div.DivClassName
 {
   background-color: #B45303;
 }
 .BgClassName
 {
   background-color: #B45303;
 }
</style>

border-color css

<style>
 span { border-color: #B45303; }

 span { border-color: rgb(180,83,3); }

 td.TdClassName
 {
   border-color: #B45303;
 }
 .TagClassName
 {
   border-color: #B45303;
 }
</style>