#570402

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

Shades of Red Oxide #570402

Tints of Red Oxide #570402

Color information

#570402 (or 0x570402) is unknown color: approx Red Oxide. HEX triplet: 57, 04 and 02. RGB value is (87,4,2). Sum of RGB (Red+Green+Blue) = 87+4+2=93 (12% of max value = 765). Red value is 87 (34.38% from 255 or 93.55% from 93); Green value is 4 (1.95% from 255 or 4.30% from 93); Blue value is 2 (1.17% from 255 or 2.15% from 93); Max value from RGB is 87 - color contains mainly: red. Hex color #570402 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570402 is #A8FBFD. Grayscale: #1C1C1C. Windows color (decimal): -11074558 or 132183. OLE color: 132183.

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

Color convert

RGB8742-
CMYK00.950.980.66
HSL1.41º95.51%17.45%-
HSV(B)1.41º97.7%34.12%-
XYZ3.982.120.26-
YUV28.59113169.66-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 93.55%
GREEN value IS 4 (1.95% from 255) = 4.30%
BLUE value IS 2 (1.17% from 255) = 2.15%
R=93.55%
G=4.30%
B=2.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.98
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal874200.950.980.661.4195.5117.45
Hex574205F624216011
Octal127420137142102114021
Binary10101111001001011111110001010000101110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570402; }

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

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

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

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

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

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

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

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