#570E0C

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

Shades of Red Oxide #570E0C

Tints of Red Oxide #570E0C

Color information

#570E0C (or 0x570E0C) is unknown color: approx Red Oxide. HEX triplet: 57, 0E and 0C. RGB value is (87,14,12). Sum of RGB (Red+Green+Blue) = 87+14+12=113 (14% of max value = 765). Red value is 87 (34.38% from 255 or 76.99% from 113); Green value is 14 (5.86% from 255 or 12.39% from 113); Blue value is 12 (5.08% from 255 or 10.62% from 113); Max value from RGB is 87 - color contains mainly: red. Hex color #570E0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570E0C is #A8F1F3. Grayscale: #232323. Windows color (decimal): -11071988 or 790103. OLE color: 790103.

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

Color convert

RGB871412-
CMYK00.840.860.66
HSL1.6º75.76%19.41%-
HSV(B)1.6º86.21%34.12%-
XYZ4.152.370.59-
YUV35.6114.68164.66-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 76.99%
GREEN value IS 14 (5.86% from 255) = 12.39%
BLUE value IS 12 (5.08% from 255) = 10.62%
R=76.99%
G=12.39%
B=10.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.86
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87141200.840.860.661.675.7619.41
Hex57EC054564224c13
Octal12716140124126102211423
Binary101011111101100010101001010110100001010100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570E0C; }

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

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

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

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

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

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

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

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