#570F0F

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

Shades of Red Oxide #570F0F

Tints of Red Oxide #570F0F

Color information

#570F0F (or 0x570F0F) is unknown color: approx Red Oxide. HEX triplet: 57, 0F and 0F. RGB value is (87,15,15). Sum of RGB (Red+Green+Blue) = 87+15+15=117 (15% of max value = 765). Red value is 87 (34.38% from 255 or 74.36% from 117); Green value is 15 (6.25% from 255 or 12.82% from 117); Blue value is 15 (6.25% from 255 or 12.82% from 117); Max value from RGB is 87 - color contains mainly: red. Hex color #570F0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570F0F is #A8F0F0. Grayscale: #242424. Windows color (decimal): -11071729 or 986967. OLE color: 986967.

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

Color convert

RGB871515-
CMYK00.830.830.66
HSL70.59%20%-
HSV(B)82.76%34.12%-
XYZ4.192.40.69-
YUV36.53115.85164-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 74.36%
GREEN value IS 15 (6.25% from 255) = 12.82%
BLUE value IS 15 (6.25% from 255) = 12.82%
R=74.36%
G=12.82%
B=12.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.83
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87151500.830.830.66070.5920
Hex57FF053534204714
Octal12717170123123102010724
Binary10101111111111101010011101001110000100100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570F0F; }

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

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

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

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

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

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

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

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