Html Css Color HEX #B04008 Rust

📋 copy color: '#B04008'

red 176 ◦ green 64 ◦ blue 8

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

Shades of Rust #B04008

Tints of Rust #B04008

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.81%

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

R = 70.97%
G = 25.81%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B04008 (or 0xB04008) is known color: Rust. HEX triplet: B0, 40 and 08. RGB value is (176,64,8). Sum of RGB (Red+Green+Blue) = 176+64+8=248 (32% of max value = 765). Red value is 176 (69.14% from 255 or 70.97% from 248); Green value is 64 (25.39% from 255 or 25.81% from 248); Blue value is 8 (3.52% from 255 or 3.23% from 248); Max value from RGB is 176 - color contains mainly: red. Hex color #B04008 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04008 is #4FBFF7. Grayscale: #5B5B5B. Windows color (decimal): -5226488 or 540848. OLE color: 540848.

HSL color Cylindrical-coordinate representation of color #B04008: hue angle of 20º 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 #B04008 is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 64 8 -
CMYK 0 0.64 0.95 0.31
HSL 20º 0.91% 0.36% -
HSV(B) 20º 0.95% 0.69% -
XYZ 19.78 12.91 1.68 -
YUV 91.1 81.11 188.55 -
System Red Green Blue C M Y K H S L
Decimal 176 64 8 0 0.64 0.95 0.31 20 0.91 0.36
Hex B0 40 8 0 40 5F 1F 14 5B 24
Octal 260 100 10 0 100 137 37 24 133 44
Binary 10110000 1000000 1000 0 1000000 1011111 11111 10100 1011011 100100

Color Harmonies of #B04008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04008

Black with #B04008

Text Example


Text Example

White with #B04008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04008; }

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

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

background-color css

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

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

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

border-color css

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

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

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