#57100C

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

Shades of Red Oxide #57100C

Tints of Red Oxide #57100C

Color information

#57100C (or 0x57100C) is unknown color: approx Red Oxide. HEX triplet: 57, 10 and 0C. RGB value is (87,16,12). Sum of RGB (Red+Green+Blue) = 87+16+12=115 (15% of max value = 765). Red value is 87 (34.38% from 255 or 75.65% from 115); Green value is 16 (6.64% from 255 or 13.91% from 115); Blue value is 12 (5.08% from 255 or 10.43% from 115); Max value from RGB is 87 - color contains mainly: red. Hex color #57100C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57100C is #A8EFF3. Grayscale: #242424. Windows color (decimal): -11071476 or 790615. OLE color: 790615.

HSL color Cylindrical-coordinate representation of color #57100C: hue angle of 3.2º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #57100C is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.66.

Color convert

RGB871612-
CMYK00.820.860.66
HSL3.2º75.76%19.41%-
HSV(B)3.2º86.21%34.12%-
XYZ4.182.420.6-
YUV36.77114.02163.83-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 75.65%
GREEN value IS 16 (6.64% from 255) = 13.91%
BLUE value IS 12 (5.08% from 255) = 10.43%
R=75.65%
G=13.91%
B=10.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.86
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87161200.820.860.663.275.7619.41
Hex5710C052564234c13
Octal12720140122126102311423
Binary1010111100001100010100101010110100001011100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57100C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57100C; }

 p { color: rgb(87,16,12); }

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

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

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

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

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

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

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