#570E03

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

Shades of Red Oxide #570E03

Tints of Red Oxide #570E03

Color information

#570E03 (or 0x570E03) is unknown color: approx Red Oxide. HEX triplet: 57, 0E and 03. RGB value is (87,14,3). Sum of RGB (Red+Green+Blue) = 87+14+3=104 (13% of max value = 765). Red value is 87 (34.38% from 255 or 83.65% from 104); Green value is 14 (5.86% from 255 or 13.46% from 104); Blue value is 3 (1.56% from 255 or 2.88% from 104); Max value from RGB is 87 - color contains mainly: red. Hex color #570E03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570E03 is #A8F1FC. Grayscale: #222222. Windows color (decimal): -11071997 or 200279. OLE color: 200279.

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

Color convert

RGB87143-
CMYK00.840.970.66
HSL7.86º93.33%17.65%-
HSV(B)7.86º96.55%34.12%-
XYZ4.12.350.32-
YUV34.57110.18165.39-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 83.65%
GREEN value IS 14 (5.86% from 255) = 13.46%
BLUE value IS 3 (1.56% from 255) = 2.88%
R=83.65%
G=13.46%
B=2.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.97
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8714300.840.970.667.8693.3317.65
Hex57E3054614285d12
Octal12716301241411021013522
Binary101011111101101010100110000110000101000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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