#57160A

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

Shades of Red Oxide #57160A

Tints of Red Oxide #57160A

Color information

#57160A (or 0x57160A) is unknown color: approx Red Oxide. HEX triplet: 57, 16 and 0A. RGB value is (87,22,10). Sum of RGB (Red+Green+Blue) = 87+22+10=119 (15% of max value = 765). Red value is 87 (34.38% from 255 or 73.11% from 119); Green value is 22 (8.98% from 255 or 18.49% from 119); Blue value is 10 (4.30% from 255 or 8.40% from 119); Max value from RGB is 87 - color contains mainly: red. Hex color #57160A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57160A is #A8E9F5. Grayscale: #282828. Windows color (decimal): -11069942 or 661079. OLE color: 661079.

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

Color convert

RGB872210-
CMYK00.750.890.66
HSL9.35º79.38%19.02%-
HSV(B)9.35º88.51%34.12%-
XYZ4.272.620.57-
YUV40.07111.03161.48-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 73.11%
GREEN value IS 22 (8.98% from 255) = 18.49%
BLUE value IS 10 (4.30% from 255) = 8.40%
R=73.11%
G=18.49%
B=8.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.89
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87221000.750.890.669.3579.3819.02
Hex5716A04B594294f13
Octal127261201131311021111723
Binary101011110110101001001011101100110000101001100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57160A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57160A; }

 p { color: rgb(87,22,10); }

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

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

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

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

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

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

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