#570E05

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

Shades of Red Oxide #570E05

Tints of Red Oxide #570E05

Color information

#570E05 (or 0x570E05) is unknown color: approx Red Oxide. HEX triplet: 57, 0E and 05. RGB value is (87,14,5). Sum of RGB (Red+Green+Blue) = 87+14+5=106 (14% of max value = 765). Red value is 87 (34.38% from 255 or 82.08% from 106); Green value is 14 (5.86% from 255 or 13.21% from 106); Blue value is 5 (2.34% from 255 or 4.72% from 106); Max value from RGB is 87 - color contains mainly: red. Hex color #570E05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570E05 is #A8F1FA. Grayscale: #222222. Windows color (decimal): -11071995 or 331351. OLE color: 331351.

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

Color convert

RGB87145-
CMYK00.840.940.66
HSL6.59º89.13%18.04%-
HSV(B)6.59º94.25%34.12%-
XYZ4.112.350.38-
YUV34.8111.18165.23-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 82.08%
GREEN value IS 14 (5.86% from 255) = 13.21%
BLUE value IS 5 (2.34% from 255) = 4.72%
R=82.08%
G=13.21%
B=4.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.94
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8714500.840.940.666.5989.1318.04
Hex57E50545E4275912
Octal1271650124136102713122
Binary101011111101010101010010111101000010111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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