#60110A

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

Shades of Red Oxide #60110A

Tints of Red Oxide #60110A

Color information

#60110A (or 0x60110A) is unknown color: approx Red Oxide. HEX triplet: 60, 11 and 0A. RGB value is (96,17,10). Sum of RGB (Red+Green+Blue) = 96+17+10=123 (16% of max value = 765). Red value is 96 (37.89% from 255 or 78.05% from 123); Green value is 17 (7.03% from 255 or 13.82% from 123); Blue value is 10 (4.30% from 255 or 8.13% from 123); Max value from RGB is 96 - color contains mainly: red. Hex color #60110A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60110A is #9FEEF5. Grayscale: #272727. Windows color (decimal): -10481398 or 659808. OLE color: 659808.

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

Color convert

RGB961710-
CMYK00.820.900.62
HSL4.88º81.13%20.78%-
HSV(B)4.88º89.58%37.65%-
XYZ5.082.910.58-
YUV39.82111.17168.07-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 78.05%
GREEN value IS 17 (7.03% from 255) = 13.82%
BLUE value IS 10 (4.30% from 255) = 8.13%
R=78.05%
G=13.82%
B=8.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.90
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96171000.820.900.624.8881.1320.78
Hex6011A0525A3E55115
Octal1402112012213276512125
Binary1100000100011010010100101011010111110101101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60110A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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