#60110B

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

Shades of Red Oxide #60110B

Tints of Red Oxide #60110B

Color information

#60110B (or 0x60110B) is unknown color: approx Red Oxide. HEX triplet: 60, 11 and 0B. RGB value is (96,17,11). Sum of RGB (Red+Green+Blue) = 96+17+11=124 (16% of max value = 765). Red value is 96 (37.89% from 255 or 77.42% from 124); Green value is 17 (7.03% from 255 or 13.71% from 124); Blue value is 11 (4.69% from 255 or 8.87% from 124); Max value from RGB is 96 - color contains mainly: red. Hex color #60110B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60110B is #9FEEF4. Grayscale: #282828. Windows color (decimal): -10481397 or 725344. OLE color: 725344.

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

Color convert

RGB961711-
CMYK00.820.890.62
HSL4.24º79.44%20.98%-
HSV(B)4.24º88.54%37.65%-
XYZ5.082.910.61-
YUV39.94111.67167.99-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 77.42%
GREEN value IS 17 (7.03% from 255) = 13.71%
BLUE value IS 11 (4.69% from 255) = 8.87%
R=77.42%
G=13.71%
B=8.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96171100.820.890.624.2479.4420.98
Hex6011B052593E44f15
Octal1402113012213176411725
Binary1100000100011011010100101011001111110100100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60110B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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