Html Css Color HEX #B94218 Rust

📋 copy color: '#B94218'

red 185 ◦ green 66 ◦ blue 24

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

Shades of Rust #B94218

Tints of Rust #B94218

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24%

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

R = 67.27%
G = 24%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#B94218 (or 0xB94218) is known color: Rust. HEX triplet: B9, 42 and 18. RGB value is (185,66,24). Sum of RGB (Red+Green+Blue) = 185+66+24=275 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.27% from 275); Green value is 66 (26.17% from 255 or 24% from 275); Blue value is 24 (9.77% from 255 or 8.73% from 275); Max value from RGB is 185 - color contains mainly: red. Hex color #B94218 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94218 is #46BDE7. Grayscale: #616161. Windows color (decimal): -4636136 or 1589945. OLE color: 1589945.

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

Color convert

RGB 185 66 24 -
CMYK 0 0.64 0.87 0.27
HSL 15.65º 0.77% 0.41% -
HSV(B) 15.65º 0.87% 0.73% -
XYZ 22.12 14.28 2.45 -
YUV 96.79 86.92 190.92 -
System Red Green Blue C M Y K H S L
Decimal 185 66 24 0 0.64 0.87 0.27 15.65 0.77 0.41
Hex B9 42 18 0 40 57 1B 10 4D 29
Octal 271 102 30 0 100 127 33 20 115 51
Binary 10111001 1000010 11000 0 1000000 1010111 11011 10000 1001101 101001

Color Harmonies of #B94218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94218

Black with #B94218

Text Example


Text Example

White with #B94218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94218; }

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

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

background-color css

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

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

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

border-color css

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

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

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