Html Css Color HEX #B05604 Rust

📋 copy color: '#B05604'

red 176 ◦ green 86 ◦ blue 4

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

Shades of Rust #B05604

Tints of Rust #B05604

RGB

 RED value IS 176 (69.14% from 255) = 66.17%

 GREEN value IS 86 (33.98% from 255) = 32.33%

 BLUE value IS 4 (1.95% from 255) = 1.5%

R = 66.17%
G = 32.33%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B05604 (or 0xB05604) is known color: Rust. HEX triplet: B0, 56 and 04. RGB value is (176,86,4). Sum of RGB (Red+Green+Blue) = 176+86+4=266 (35% of max value = 765). Red value is 176 (69.14% from 255 or 66.17% from 266); Green value is 86 (33.98% from 255 or 32.33% from 266); Blue value is 4 (1.95% from 255 or 1.50% from 266); Max value from RGB is 176 - color contains mainly: red. Hex color #B05604 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05604 is #4FA9FB. Grayscale: #676767. Windows color (decimal): -5220860 or 284336. OLE color: 284336.

HSL color Cylindrical-coordinate representation of color #B05604: hue angle of 28.6º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B05604 is Cyan = 0, Magento = 0.51, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 86 4 -
CMYK 0 0.51 0.98 0.31
HSL 28.6º 0.96% 0.35% -
HSV(B) 28.6º 0.98% 0.69% -
XYZ 21.25 15.89 2.06 -
YUV 103.56 71.82 179.67 -
System Red Green Blue C M Y K H S L
Decimal 176 86 4 0 0.51 0.98 0.31 28.6 0.96 0.35
Hex B0 56 4 0 33 62 1F 1D 60 23
Octal 260 126 4 0 63 142 37 35 140 43
Binary 10110000 1010110 100 0 110011 1100010 11111 11101 1100000 100011

Color Harmonies of #B05604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05604

Black with #B05604

Text Example


Text Example

White with #B05604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05604; }

 p { color: rgb(176,86,4); }

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

background-color css

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

 a { background-color: rgb(176,86,4); }

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

border-color css

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

 span { border-color: rgb(176,86,4); }

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