Html Css Color HEX #B94604 Rust

📋 copy color: '#B94604'

red 185 ◦ green 70 ◦ blue 4

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

Shades of Rust #B94604

Tints of Rust #B94604

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.03%

 BLUE value IS 4 (1.95% from 255) = 1.54%

R = 71.43%
G = 27.03%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#B94604 (or 0xB94604) is known color: Rust. HEX triplet: B9, 46 and 04. RGB value is (185,70,4). Sum of RGB (Red+Green+Blue) = 185+70+4=259 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.43% from 259); Green value is 70 (27.73% from 255 or 27.03% from 259); Blue value is 4 (1.95% from 255 or 1.54% from 259); Max value from RGB is 185 - color contains mainly: red. Hex color #B94604 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94604 is #46B9FB. Grayscale: #616161. Windows color (decimal): -4635132 or 280249. OLE color: 280249.

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

Color convert

RGB 185 70 4 -
CMYK 0 0.62 0.98 0.27
HSL 21.88º 0.96% 0.37% -
HSV(B) 21.88º 0.98% 0.73% -
XYZ 22.22 14.7 1.78 -
YUV 96.86 75.6 190.87 -
System Red Green Blue C M Y K H S L
Decimal 185 70 4 0 0.62 0.98 0.27 21.88 0.96 0.37
Hex B9 46 4 0 3E 62 1B 16 60 25
Octal 271 106 4 0 76 142 33 26 140 45
Binary 10111001 1000110 100 0 111110 1100010 11011 10110 1100000 100101

Color Harmonies of #B94604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94604

Black with #B94604

Text Example


Text Example

White with #B94604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94604; }

 p { color: rgb(185,70,4); }

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

background-color css

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

 a { background-color: rgb(185,70,4); }

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

border-color css

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

 span { border-color: rgb(185,70,4); }

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