#570505

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

Shades of Red Oxide #570505

Tints of Red Oxide #570505

Color information

#570505 (or 0x570505) is unknown color: approx Red Oxide. HEX triplet: 57, 05 and 05. RGB value is (87,5,5). Sum of RGB (Red+Green+Blue) = 87+5+5=97 (12% of max value = 765). Red value is 87 (34.38% from 255 or 89.69% from 97); Green value is 5 (2.34% from 255 or 5.15% from 97); Blue value is 5 (2.34% from 255 or 5.15% from 97); Max value from RGB is 87 - color contains mainly: red. Hex color #570505 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570505 is #A8FAFA. Grayscale: #1D1D1D. Windows color (decimal): -11074299 or 329047. OLE color: 329047.

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

Color convert

RGB8755-
CMYK00.940.940.66
HSL89.13%18.04%-
HSV(B)94.25%34.12%-
XYZ4.012.150.35-
YUV29.52114.17169-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 89.69%
GREEN value IS 5 (2.34% from 255) = 5.15%
BLUE value IS 5 (2.34% from 255) = 5.15%
R=89.69%
G=5.15%
B=5.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.94
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal875500.940.940.66089.1318.04
Hex575505E5E4205912
Octal127550136136102013122
Binary101011110110101011110101111010000100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570505; }

 p { color: rgb(87,5,5); }

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

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

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

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

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

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

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