#B93E0C

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

Shades of Rust #B93E0C

Tints of Rust #B93E0C

Color information

#B93E0C (or 0xB93E0C) is unknown color: approx Rust. HEX triplet: B9, 3E and 0C. RGB value is (185,62,12). Sum of RGB (Red+Green+Blue) = 185+62+12=259 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.43% from 259); Green value is 62 (24.61% from 255 or 23.94% from 259); Blue value is 12 (5.08% from 255 or 4.63% from 259); Max value from RGB is 185 - color contains mainly: red. Hex color #B93E0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93E0C is #46C1F3. Grayscale: #5D5D5D. Windows color (decimal): -4637172 or 802489. OLE color: 802489.

HSL color Cylindrical-coordinate representation of color #B93E0C: hue angle of 17.34º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B93E0C is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB1856212-
CMYK00.660.940.27
HSL17.34º87.82%38.63%-
HSV(B)17.34º93.51%72.55%-
XYZ21.813.791.86-
YUV93.0882.25193.57-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 71.43%
GREEN value IS 62 (24.61% from 255) = 23.94%
BLUE value IS 12 (5.08% from 255) = 4.63%
R=71.43%
G=23.94%
B=4.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.94
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185621200.660.940.2717.3487.8238.63
HexB93EC0425E1B115827
Octal27176140102136332113047
Binary10111001111110110001000010101111011011100011011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93E0C; }

 p { color: rgb(185,62,12); }

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

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

 a { background-color: rgb(185,62,12); }

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

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

 span { border-color: rgb(185,62,12); }

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