#570403

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

Shades of Red Oxide #570403

Tints of Red Oxide #570403

Color information

#570403 (or 0x570403) is unknown color: approx Red Oxide. HEX triplet: 57, 04 and 03. RGB value is (87,4,3). Sum of RGB (Red+Green+Blue) = 87+4+3=94 (12% of max value = 765). Red value is 87 (34.38% from 255 or 92.55% from 94); Green value is 4 (1.95% from 255 or 4.26% from 94); Blue value is 3 (1.56% from 255 or 3.19% from 94); Max value from RGB is 87 - color contains mainly: red. Hex color #570403 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570403 is #A8FBFC. Grayscale: #1C1C1C. Windows color (decimal): -11074557 or 197719. OLE color: 197719.

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

Color convert

RGB8743-
CMYK00.950.970.66
HSL0.71º93.33%17.65%-
HSV(B)0.71º96.55%34.12%-
XYZ3.992.120.28-
YUV28.7113.5169.58-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 92.55%
GREEN value IS 4 (1.95% from 255) = 4.26%
BLUE value IS 3 (1.56% from 255) = 3.19%
R=92.55%
G=4.26%
B=3.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.97
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal874300.950.970.660.7193.3317.65
Hex574305F614215d12
Octal127430137141102113522
Binary10101111001101011111110000110000101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570403; }

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

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

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

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

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

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

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

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