#57150C

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

Shades of Red Oxide #57150C

Tints of Red Oxide #57150C

Color information

#57150C (or 0x57150C) is unknown color: approx Red Oxide. HEX triplet: 57, 15 and 0C. RGB value is (87,21,12). Sum of RGB (Red+Green+Blue) = 87+21+12=120 (15% of max value = 765). Red value is 87 (34.38% from 255 or 72.5% from 120); Green value is 21 (8.59% from 255 or 17.5% from 120); Blue value is 12 (5.08% from 255 or 10% from 120); Max value from RGB is 87 - color contains mainly: red. Hex color #57150C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57150C is #A8EAF3. Grayscale: #272727. Windows color (decimal): -11070196 or 791895. OLE color: 791895.

HSL color Cylindrical-coordinate representation of color #57150C: hue angle of 7.2º 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 #57150C is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.66.

Color convert

RGB872112-
CMYK00.760.860.66
HSL7.2º75.76%19.41%-
HSV(B)7.2º86.21%34.12%-
XYZ4.272.590.62-
YUV39.71112.37161.73-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 72.5%
GREEN value IS 21 (8.59% from 255) = 17.5%
BLUE value IS 12 (5.08% from 255) = 10%
R=72.5%
G=17.5%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.86
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87211200.760.860.667.275.7619.41
Hex5715C04C564274c13
Octal12725140114126102711423
Binary10101111010111000100110010101101000010111100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57150C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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