#570A03

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

Shades of Red Oxide #570A03

Tints of Red Oxide #570A03

Color information

#570A03 (or 0x570A03) is unknown color: approx Red Oxide. HEX triplet: 57, 0A and 03. RGB value is (87,10,3). Sum of RGB (Red+Green+Blue) = 87+10+3=100 (13% of max value = 765). Red value is 87 (34.38% from 255 or 87% from 100); Green value is 10 (4.30% from 255 or 10% from 100); Blue value is 3 (1.56% from 255 or 3% from 100); Max value from RGB is 87 - color contains mainly: red. Hex color #570A03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570A03 is #A8F5FC. Grayscale: #202020. Windows color (decimal): -11073021 or 199255. OLE color: 199255.

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

Color convert

RGB87103-
CMYK00.890.970.66
HSL93.33%17.65%-
HSV(B)96.55%34.12%-
XYZ4.062.250.31-
YUV32.22111.51167.07-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 87%
GREEN value IS 10 (4.30% from 255) = 10%
BLUE value IS 3 (1.56% from 255) = 3%
R=87%
G=10%
B=3%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.97
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8710300.890.970.66593.3317.65
Hex57A3059614255d12
Octal1271230131141102513522
Binary10101111010110101100111000011000010101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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