Html Css Color HEX #B94006 Rust

📋 copy color: '#B94006'

red 185 ◦ green 64 ◦ blue 6

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

Shades of Rust #B94006

Tints of Rust #B94006

RGB

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

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

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

R = 72.55%
G = 25.1%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#B94006 (or 0xB94006) is known color: Rust. HEX triplet: B9, 40 and 06. RGB value is (185,64,6). Sum of RGB (Red+Green+Blue) = 185+64+6=255 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.55% from 255); Green value is 64 (25.39% from 255 or 25.10% from 255); Blue value is 6 (2.73% from 255 or 2.35% from 255); Max value from RGB is 185 - color contains mainly: red. Hex color #B94006 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94006 is #46BFF9. Grayscale: #5D5D5D. Windows color (decimal): -4636666 or 409785. OLE color: 409785.

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

Color convert

RGB 185 64 6 -
CMYK 0 0.65 0.97 0.27
HSL 19.44º 0.94% 0.37% -
HSV(B) 19.44º 0.97% 0.73% -
XYZ 21.87 13.99 1.72 -
YUV 93.57 78.59 193.22 -
System Red Green Blue C M Y K H S L
Decimal 185 64 6 0 0.65 0.97 0.27 19.44 0.94 0.37
Hex B9 40 6 0 41 61 1B 13 5E 25
Octal 271 100 6 0 101 141 33 23 136 45
Binary 10111001 1000000 110 0 1000001 1100001 11011 10011 1011110 100101

Color Harmonies of #B94006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94006

Black with #B94006

Text Example


Text Example

White with #B94006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94006; }

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

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

background-color css

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

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

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

border-color css

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

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

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