Html Css Color HEX #B04206 Rust

📋 copy color: '#B04206'

red 176 ◦ green 66 ◦ blue 6

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

Shades of Rust #B04206

Tints of Rust #B04206

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.61%

 BLUE value IS 6 (2.73% from 255) = 2.42%

R = 70.97%
G = 26.61%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#B04206 (or 0xB04206) is known color: Rust. HEX triplet: B0, 42 and 06. RGB value is (176,66,6). Sum of RGB (Red+Green+Blue) = 176+66+6=248 (32% of max value = 765). Red value is 176 (69.14% from 255 or 70.97% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 6 (2.73% from 255 or 2.42% from 248); Max value from RGB is 176 - color contains mainly: red. Hex color #B04206 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04206 is #4FBDF9. Grayscale: #5C5C5C. Windows color (decimal): -5225978 or 410288. OLE color: 410288.

HSL color Cylindrical-coordinate representation of color #B04206: hue angle of 21.18º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B04206 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 66 6 -
CMYK 0 0.62 0.97 0.31
HSL 21.18º 0.93% 0.36% -
HSV(B) 21.18º 0.97% 0.69% -
XYZ 19.89 13.14 1.66 -
YUV 92.05 79.44 187.88 -
System Red Green Blue C M Y K H S L
Decimal 176 66 6 0 0.62 0.97 0.31 21.18 0.93 0.36
Hex B0 42 6 0 3E 61 1F 15 5D 24
Octal 260 102 6 0 76 141 37 25 135 44
Binary 10110000 1000010 110 0 111110 1100001 11111 10101 1011101 100100

Color Harmonies of #B04206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04206

Black with #B04206

Text Example


Text Example

White with #B04206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04206; }

 p { color: rgb(176,66,6); }

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

background-color css

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

 a { background-color: rgb(176,66,6); }

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

border-color css

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

 span { border-color: rgb(176,66,6); }

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