Html Css Color HEX #B94104 Rust

📋 copy color: '#B94104'

red 185 ◦ green 65 ◦ blue 4

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

Shades of Rust #B94104

Tints of Rust #B94104

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.59%

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

R = 72.83%
G = 25.59%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#B94104 (or 0xB94104) is known color: Rust. HEX triplet: B9, 41 and 04. RGB value is (185,65,4). Sum of RGB (Red+Green+Blue) = 185+65+4=254 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.83% from 254); Green value is 65 (25.78% from 255 or 25.59% from 254); Blue value is 4 (1.95% from 255 or 1.57% from 254); Max value from RGB is 185 - color contains mainly: red. Hex color #B94104 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94104 is #46BEFB. Grayscale: #5E5E5E. Windows color (decimal): -4636412 or 278969. OLE color: 278969.

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

Color convert

RGB 185 65 4 -
CMYK 0 0.65 0.98 0.27
HSL 20.22º 0.96% 0.37% -
HSV(B) 20.22º 0.98% 0.73% -
XYZ 21.92 14.1 1.68 -
YUV 93.93 77.26 192.96 -
System Red Green Blue C M Y K H S L
Decimal 185 65 4 0 0.65 0.98 0.27 20.22 0.96 0.37
Hex B9 41 4 0 41 62 1B 14 60 25
Octal 271 101 4 0 101 142 33 24 140 45
Binary 10111001 1000001 100 0 1000001 1100010 11011 10100 1100000 100101

Color Harmonies of #B94104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94104

Black with #B94104

Text Example


Text Example

White with #B94104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94104; }

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

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

background-color css

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

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

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

border-color css

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

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

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