Html Css Color HEX #B94008 Rust

📋 copy color: '#B94008'

red 185 ◦ green 64 ◦ blue 8

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

Shades of Rust #B94008

Tints of Rust #B94008

RGB

 RED value IS 185 (72.66% from 255) = 71.98%

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

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

R = 71.98%
G = 24.9%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#B94008 (or 0xB94008) is known color: Rust. HEX triplet: B9, 40 and 08. RGB value is (185,64,8). Sum of RGB (Red+Green+Blue) = 185+64+8=257 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.98% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 8 (3.52% from 255 or 3.11% from 257); Max value from RGB is 185 - color contains mainly: red. Hex color #B94008 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94008 is #46BFF7. Grayscale: #5E5E5E. Windows color (decimal): -4636664 or 540857. OLE color: 540857.

HSL color Cylindrical-coordinate representation of color #B94008: hue angle of 18.98º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B94008 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 64 8 -
CMYK 0 0.65 0.96 0.27
HSL 18.98º 0.92% 0.38% -
HSV(B) 18.98º 0.96% 0.73% -
XYZ 21.88 14 1.78 -
YUV 93.8 79.59 193.05 -
System Red Green Blue C M Y K H S L
Decimal 185 64 8 0 0.65 0.96 0.27 18.98 0.92 0.38
Hex B9 40 8 0 41 60 1B 13 5C 26
Octal 271 100 10 0 101 140 33 23 134 46
Binary 10111001 1000000 1000 0 1000001 1100000 11011 10011 1011100 100110

Color Harmonies of #B94008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94008

Black with #B94008

Text Example


Text Example

White with #B94008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94008; }

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

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

background-color css

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

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

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

border-color css

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

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

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