Html Css Color HEX #B94404 Rust

📋 copy color: '#B94404'

red 185 ◦ green 68 ◦ blue 4

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

Shades of Rust #B94404

Tints of Rust #B94404

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.46%

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

R = 71.98%
G = 26.46%
B = 1.56%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#B94404 (or 0xB94404) is known color: Rust. HEX triplet: B9, 44 and 04. RGB value is (185,68,4). Sum of RGB (Red+Green+Blue) = 185+68+4=257 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.98% from 257); Green value is 68 (26.95% from 255 or 26.46% from 257); Blue value is 4 (1.95% from 255 or 1.56% from 257); Max value from RGB is 185 - color contains mainly: red. Hex color #B94404 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94404 is #46BBFB. Grayscale: #606060. Windows color (decimal): -4635644 or 279737. OLE color: 279737.

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

Color convert

RGB 185 68 4 -
CMYK 0 0.63 0.98 0.27
HSL 21.22º 0.96% 0.37% -
HSV(B) 21.22º 0.98% 0.73% -
XYZ 22.1 14.46 1.74 -
YUV 95.69 76.26 191.7 -
System Red Green Blue C M Y K H S L
Decimal 185 68 4 0 0.63 0.98 0.27 21.22 0.96 0.37
Hex B9 44 4 0 3F 62 1B 15 60 25
Octal 271 104 4 0 77 142 33 25 140 45
Binary 10111001 1000100 100 0 111111 1100010 11011 10101 1100000 100101

Color Harmonies of #B94404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94404

Black with #B94404

Text Example


Text Example

White with #B94404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94404; }

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

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

background-color css

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

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

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

border-color css

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

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

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