#570C05

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

Shades of Red Oxide #570C05

Tints of Red Oxide #570C05

Color information

#570C05 (or 0x570C05) is unknown color: approx Red Oxide. HEX triplet: 57, 0C and 05. RGB value is (87,12,5). Sum of RGB (Red+Green+Blue) = 87+12+5=104 (13% of max value = 765). Red value is 87 (34.38% from 255 or 83.65% from 104); Green value is 12 (5.08% from 255 or 11.54% from 104); Blue value is 5 (2.34% from 255 or 4.81% from 104); Max value from RGB is 87 - color contains mainly: red. Hex color #570C05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570C05 is #A8F3FA. Grayscale: #212121. Windows color (decimal): -11072507 or 330839. OLE color: 330839.

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

Color convert

RGB87125-
CMYK00.860.940.66
HSL5.12º89.13%18.04%-
HSV(B)5.12º94.25%34.12%-
XYZ4.092.30.37-
YUV33.63111.85166.07-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 83.65%
GREEN value IS 12 (5.08% from 255) = 11.54%
BLUE value IS 5 (2.34% from 255) = 4.81%
R=83.65%
G=11.54%
B=4.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.94
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8712500.860.940.665.1289.1318.04
Hex57C50565E4255912
Octal1271450126136102513122
Binary101011111001010101011010111101000010101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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