#57150A

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

Shades of Red Oxide #57150A

Tints of Red Oxide #57150A

Color information

#57150A (or 0x57150A) is unknown color: approx Red Oxide. HEX triplet: 57, 15 and 0A. RGB value is (87,21,10). Sum of RGB (Red+Green+Blue) = 87+21+10=118 (15% of max value = 765). Red value is 87 (34.38% from 255 or 73.73% from 118); Green value is 21 (8.59% from 255 or 17.80% from 118); Blue value is 10 (4.30% from 255 or 8.47% from 118); Max value from RGB is 87 - color contains mainly: red. Hex color #57150A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57150A is #A8EAF5. Grayscale: #272727. Windows color (decimal): -11070198 or 660823. OLE color: 660823.

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

Color convert

RGB872110-
CMYK00.760.890.66
HSL8.57º79.38%19.02%-
HSV(B)8.57º88.51%34.12%-
XYZ4.252.580.56-
YUV39.48111.37161.89-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 73.73%
GREEN value IS 21 (8.59% from 255) = 17.80%
BLUE value IS 10 (4.30% from 255) = 8.47%
R=73.73%
G=17.80%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.89
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87211000.760.890.668.5779.3819.02
Hex5715A04C594294f13
Octal127251201141311021111723
Binary101011110101101001001100101100110000101001100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57150A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57150A; }

 p { color: rgb(87,21,10); }

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

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

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

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

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

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

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