#60110C

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

Shades of Red Oxide #60110C

Tints of Red Oxide #60110C

Color information

#60110C (or 0x60110C) is unknown color: approx Red Oxide. HEX triplet: 60, 11 and 0C. RGB value is (96,17,12). Sum of RGB (Red+Green+Blue) = 96+17+12=125 (16% of max value = 765). Red value is 96 (37.89% from 255 or 76.8% from 125); Green value is 17 (7.03% from 255 or 13.6% from 125); Blue value is 12 (5.08% from 255 or 9.6% from 125); Max value from RGB is 96 - color contains mainly: red. Hex color #60110C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60110C is #9FEEF3. Grayscale: #282828. Windows color (decimal): -10481396 or 790880. OLE color: 790880.

HSL color Cylindrical-coordinate representation of color #60110C: hue angle of 3.57º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #60110C is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB961712-
CMYK00.820.880.62
HSL3.57º77.78%21.18%-
HSV(B)3.57º87.5%37.65%-
XYZ5.092.910.64-
YUV40.05112.17167.91-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 76.8%
GREEN value IS 17 (7.03% from 255) = 13.6%
BLUE value IS 12 (5.08% from 255) = 9.6%
R=76.8%
G=13.6%
B=9.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96171200.820.880.623.5777.7821.18
Hex6011C052583E44e15
Octal1402114012213076411625
Binary1100000100011100010100101011000111110100100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60110C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,17,12); }

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

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

 a { background-color: rgb(96,17,12); }

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

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

 span { border-color: rgb(96,17,12); }

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