Html Css Color HEX #B04208 Rust

📋 copy color: '#B04208'

red 176 ◦ green 66 ◦ blue 8

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

Shades of Rust #B04208

Tints of Rust #B04208

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.2%

R = 70.4%
G = 26.4%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B04208 (or 0xB04208) is known color: Rust. HEX triplet: B0, 42 and 08. RGB value is (176,66,8). Sum of RGB (Red+Green+Blue) = 176+66+8=250 (33% of max value = 765). Red value is 176 (69.14% from 255 or 70.4% from 250); Green value is 66 (26.17% from 255 or 26.4% from 250); Blue value is 8 (3.52% from 255 or 3.2% from 250); Max value from RGB is 176 - color contains mainly: red. Hex color #B04208 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04208 is #4FBDF7. Grayscale: #5C5C5C. Windows color (decimal): -5225976 or 541360. OLE color: 541360.

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

Color convert

RGB 176 66 8 -
CMYK 0 0.62 0.95 0.31
HSL 20.71º 0.91% 0.36% -
HSV(B) 20.71º 0.95% 0.69% -
XYZ 19.9 13.14 1.72 -
YUV 92.28 80.44 187.72 -
System Red Green Blue C M Y K H S L
Decimal 176 66 8 0 0.62 0.95 0.31 20.71 0.91 0.36
Hex B0 42 8 0 3E 5F 1F 15 5B 24
Octal 260 102 10 0 76 137 37 25 133 44
Binary 10110000 1000010 1000 0 111110 1011111 11111 10101 1011011 100100

Color Harmonies of #B04208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04208

Black with #B04208

Text Example


Text Example

White with #B04208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04208; }

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

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

background-color css

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

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

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

border-color css

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

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

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