#60110F

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

Shades of Red Oxide #60110F

Tints of Red Oxide #60110F

Color information

#60110F (or 0x60110F) is unknown color: approx Red Oxide. HEX triplet: 60, 11 and 0F. RGB value is (96,17,15). Sum of RGB (Red+Green+Blue) = 96+17+15=128 (16% of max value = 765). Red value is 96 (37.89% from 255 or 75% from 128); Green value is 17 (7.03% from 255 or 13.28% from 128); Blue value is 15 (6.25% from 255 or 11.72% from 128); Max value from RGB is 96 - color contains mainly: red. Hex color #60110F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60110F is #9FEEF0. Grayscale: #282828. Windows color (decimal): -10481393 or 987488. OLE color: 987488.

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

Color convert

RGB961715-
CMYK00.820.840.62
HSL1.48º72.97%21.76%-
HSV(B)1.48º84.38%37.65%-
XYZ5.112.920.75-
YUV40.39113.67167.66-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 75%
GREEN value IS 17 (7.03% from 255) = 13.28%
BLUE value IS 15 (6.25% from 255) = 11.72%
R=75%
G=13.28%
B=11.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96171500.820.840.621.4872.9721.76
Hex6011F052543E14916
Octal1402117012212476111126
Binary11000001000111110101001010101001111101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60110F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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