Html Css Color HEX #B94804 Rust

📋 copy color: '#B94804'

red 185 ◦ green 72 ◦ blue 4

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

Shades of Rust #B94804

Tints of Rust #B94804

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.59%

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

R = 70.88%
G = 27.59%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#B94804 (or 0xB94804) is known color: Rust. HEX triplet: B9, 48 and 04. RGB value is (185,72,4). Sum of RGB (Red+Green+Blue) = 185+72+4=261 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.88% from 261); Green value is 72 (28.52% from 255 or 27.59% from 261); Blue value is 4 (1.95% from 255 or 1.53% from 261); Max value from RGB is 185 - color contains mainly: red. Hex color #B94804 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94804 is #46B7FB. Grayscale: #626262. Windows color (decimal): -4634620 or 280761. OLE color: 280761.

HSL color Cylindrical-coordinate representation of color #B94804: hue angle of 22.54º 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 #B94804 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 72 4 -
CMYK 0 0.61 0.98 0.27
HSL 22.54º 0.96% 0.37% -
HSV(B) 22.54º 0.98% 0.73% -
XYZ 22.35 14.96 1.82 -
YUV 98.04 74.94 190.03 -
System Red Green Blue C M Y K H S L
Decimal 185 72 4 0 0.61 0.98 0.27 22.54 0.96 0.37
Hex B9 48 4 0 3D 62 1B 17 60 25
Octal 271 110 4 0 75 142 33 27 140 45
Binary 10111001 1001000 100 0 111101 1100010 11011 10111 1100000 100101

Color Harmonies of #B94804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94804

Black with #B94804

Text Example


Text Example

White with #B94804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94804; }

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

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

background-color css

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

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

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

border-color css

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

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

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