Html Css Color HEX #B94A18 Rust

📋 copy color: '#B94A18'

red 185 ◦ green 74 ◦ blue 24

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

Shades of Rust #B94A18

Tints of Rust #B94A18

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.15%

 BLUE value IS 24 (9.77% from 255) = 8.48%

R = 65.37%
G = 26.15%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#B94A18 (or 0xB94A18) is known color: Rust. HEX triplet: B9, 4A and 18. RGB value is (185,74,24). Sum of RGB (Red+Green+Blue) = 185+74+24=283 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.37% from 283); Green value is 74 (29.30% from 255 or 26.15% from 283); Blue value is 24 (9.77% from 255 or 8.48% from 283); Max value from RGB is 185 - color contains mainly: red. Hex color #B94A18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94A18 is #46B5E7. Grayscale: #656565. Windows color (decimal): -4634088 or 1591993. OLE color: 1591993.

HSL color Cylindrical-coordinate representation of color #B94A18: hue angle of 18.63º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B94A18 is Cyan = 0, Magento = 0.6, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 74 24 -
CMYK 0 0.6 0.87 0.27
HSL 18.63º 0.77% 0.41% -
HSV(B) 18.63º 0.87% 0.73% -
XYZ 22.62 15.28 2.62 -
YUV 101.49 84.27 187.57 -
System Red Green Blue C M Y K H S L
Decimal 185 74 24 0 0.6 0.87 0.27 18.63 0.77 0.41
Hex B9 4A 18 0 3C 57 1B 13 4D 29
Octal 271 112 30 0 74 127 33 23 115 51
Binary 10111001 1001010 11000 0 111100 1010111 11011 10011 1001101 101001

Color Harmonies of #B94A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94A18

Black with #B94A18

Text Example


Text Example

White with #B94A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94A18; }

 p { color: rgb(185,74,24); }

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

background-color css

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

 a { background-color: rgb(185,74,24); }

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

border-color css

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

 span { border-color: rgb(185,74,24); }

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