#570703

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

Shades of Red Oxide #570703

Tints of Red Oxide #570703

Color information

#570703 (or 0x570703) is unknown color: approx Red Oxide. HEX triplet: 57, 07 and 03. RGB value is (87,7,3). Sum of RGB (Red+Green+Blue) = 87+7+3=97 (12% of max value = 765). Red value is 87 (34.38% from 255 or 89.69% from 97); Green value is 7 (3.12% from 255 or 7.22% from 97); Blue value is 3 (1.56% from 255 or 3.09% from 97); Max value from RGB is 87 - color contains mainly: red. Hex color #570703 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570703 is #A8F8FC. Grayscale: #1E1E1E. Windows color (decimal): -11073789 or 198487. OLE color: 198487.

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

Color convert

RGB8773-
CMYK00.920.970.66
HSL2.86º93.33%17.65%-
HSV(B)2.86º96.55%34.12%-
XYZ4.022.180.3-
YUV30.46112.5168.33-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 89.69%
GREEN value IS 7 (3.12% from 255) = 7.22%
BLUE value IS 3 (1.56% from 255) = 3.09%
R=89.69%
G=7.22%
B=3.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.97
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal877300.920.970.662.8693.3317.65
Hex577305C614235d12
Octal127730134141102313522
Binary101011111111010111001100001100001011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570703; }

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

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

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

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

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

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

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

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