#570301

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

Shades of Red Oxide #570301

Tints of Red Oxide #570301

Color information

#570301 (or 0x570301) is unknown color: approx Red Oxide. HEX triplet: 57, 03 and 01. RGB value is (87,3,1). Sum of RGB (Red+Green+Blue) = 87+3+1=91 (12% of max value = 765). Red value is 87 (34.38% from 255 or 95.60% from 91); Green value is 3 (1.56% from 255 or 3.30% from 91); Blue value is 1 (0.78% from 255 or 1.10% from 91); Max value from RGB is 87 - color contains mainly: red. Hex color #570301 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570301 is #A8FCFE. Grayscale: #1B1B1B. Windows color (decimal): -11074815 or 66391. OLE color: 66391.

HSL color Cylindrical-coordinate representation of color #570301: hue angle of 1.4º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #570301 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.66.

Color convert

RGB8731-
CMYK00.970.990.66
HSL1.4º97.73%17.25%-
HSV(B)1.4º98.85%34.12%-
XYZ3.972.090.22-
YUV27.89112.83170.16-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 95.60%
GREEN value IS 3 (1.56% from 255) = 3.30%
BLUE value IS 1 (0.78% from 255) = 1.10%
R=95.60%
G=3.30%
B=1.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.99
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal873100.970.990.661.497.7317.25
Hex5731061634216211
Octal127310141143102114221
Binary101011111101100001110001110000101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570301; }

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

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

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

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

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

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

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

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