#571212

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

Shades of Red Oxide #571212

Tints of Red Oxide #571212

Color information

#571212 (or 0x571212) is unknown color: approx Red Oxide. HEX triplet: 57, 12 and 12. RGB value is (87,18,18). Sum of RGB (Red+Green+Blue) = 87+18+18=123 (16% of max value = 765). Red value is 87 (34.38% from 255 or 70.73% from 123); Green value is 18 (7.42% from 255 or 14.63% from 123); Blue value is 18 (7.42% from 255 or 14.63% from 123); Max value from RGB is 87 - color contains mainly: red. Hex color #571212 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571212 is #A8EDED. Grayscale: #262626. Windows color (decimal): -11070958 or 1184343. OLE color: 1184343.

HSL color Cylindrical-coordinate representation of color #571212: hue angle of 0º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #571212 is Cyan = 0, Magento = 0.79, Yellow = 0.79 and Black (K on CMYK) = 0.66.

Color convert

RGB871818-
CMYK00.790.790.66
HSL65.71%20.59%-
HSV(B)79.31%34.12%-
XYZ4.262.50.83-
YUV38.63116.36162.5-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 70.73%
GREEN value IS 18 (7.42% from 255) = 14.63%
BLUE value IS 18 (7.42% from 255) = 14.63%
R=70.73%
G=14.63%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87181800.790.790.66065.7120.59
Hex57121204F4F4204215
Octal12722220117117102010225
Binary1010111100101001001001111100111110000100100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571212; }

 p { color: rgb(87,18,18); }

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

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

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

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

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

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

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