#570302

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

Shades of Red Oxide #570302

Tints of Red Oxide #570302

Color information

#570302 (or 0x570302) is unknown color: approx Red Oxide. HEX triplet: 57, 03 and 02. RGB value is (87,3,2). Sum of RGB (Red+Green+Blue) = 87+3+2=92 (12% of max value = 765). Red value is 87 (34.38% from 255 or 94.57% from 92); Green value is 3 (1.56% from 255 or 3.26% from 92); Blue value is 2 (1.17% from 255 or 2.17% from 92); Max value from RGB is 87 - color contains mainly: red. Hex color #570302 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570302 is #A8FCFD. Grayscale: #1C1C1C. Windows color (decimal): -11074814 or 131927. OLE color: 131927.

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

Color convert

RGB8732-
CMYK00.970.980.66
HSL0.71º95.51%17.45%-
HSV(B)0.71º97.7%34.12%-
XYZ3.972.10.25-
YUV28113.33170.08-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 94.57%
GREEN value IS 3 (1.56% from 255) = 3.26%
BLUE value IS 2 (1.17% from 255) = 2.17%
R=94.57%
G=3.26%
B=2.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.98
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal873200.970.980.660.7195.5117.45
Hex5732061624216011
Octal127320141142102114021
Binary1010111111001100001110001010000101110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570302; }

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

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

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

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

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

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

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

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