#57190C

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

Shades of Red Oxide #57190C

Tints of Red Oxide #57190C

Color information

#57190C (or 0x57190C) is unknown color: approx Red Oxide. HEX triplet: 57, 19 and 0C. RGB value is (87,25,12). Sum of RGB (Red+Green+Blue) = 87+25+12=124 (16% of max value = 765). Red value is 87 (34.38% from 255 or 70.16% from 124); Green value is 25 (10.16% from 255 or 20.16% from 124); Blue value is 12 (5.08% from 255 or 9.68% from 124); Max value from RGB is 87 - color contains mainly: red. Hex color #57190C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57190C is #A8E6F3. Grayscale: #2A2A2A. Windows color (decimal): -11069172 or 792919. OLE color: 792919.

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

Color convert

RGB872512-
CMYK00.710.860.66
HSL10.4º75.76%19.41%-
HSV(B)10.4º86.21%34.12%-
XYZ4.342.750.65-
YUV42.06111.04160.06-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 70.16%
GREEN value IS 25 (10.16% from 255) = 20.16%
BLUE value IS 12 (5.08% from 255) = 9.68%
R=70.16%
G=20.16%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.86
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87251200.710.860.6610.475.7619.41
Hex5719C0475642a4c13
Octal127311401071261021211423
Binary101011111001110001000111101011010000101010100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57190C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57190C; }

 p { color: rgb(87,25,12); }

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

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

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

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

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

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

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