#B94212

Color #B94212 Rust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rust #B94212

Tints of Rust #B94212

Color information

#B94212 (or 0xB94212) is unknown color: approx Rust. HEX triplet: B9, 42 and 12. RGB value is (185,66,18). Sum of RGB (Red+Green+Blue) = 185+66+18=269 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.77% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 18 (7.42% from 255 or 6.69% from 269); Max value from RGB is 185 - color contains mainly: red. Hex color #B94212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94212 is #46BDED. Grayscale: #606060. Windows color (decimal): -4636142 or 1196729. OLE color: 1196729.

HSL color Cylindrical-coordinate representation of color #B94212: hue angle of 17.25º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B94212 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB1856618-
CMYK00.640.900.27
HSL17.25º82.27%39.8%-
HSV(B)17.25º90.27%72.55%-
XYZ22.0614.252.16-
YUV96.1183.92191.4-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 68.77%
GREEN value IS 66 (26.17% from 255) = 24.54%
BLUE value IS 18 (7.42% from 255) = 6.69%
R=68.77%
G=24.54%
B=6.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185661800.640.900.2717.2582.2739.8
HexB942120405A1B115228
Octal271102220100132332112250
Binary1011100110000101001001000000101101011011100011010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94212; }

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

 H1.HeaderClassName
 {
   color: #B94212;
 }
 .AnyTagClassName
 {
   color: #B94212;
 }
</style>
background-color css

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

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

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

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

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

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