#661110

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

Shades of Red Oxide #661110

Tints of Red Oxide #661110

Color information

#661110 (or 0x661110) is unknown color: approx Red Oxide. HEX triplet: 66, 11 and 10. RGB value is (102,17,16). Sum of RGB (Red+Green+Blue) = 102+17+16=135 (17% of max value = 765). Red value is 102 (40.23% from 255 or 75.56% from 135); Green value is 17 (7.03% from 255 or 12.59% from 135); Blue value is 16 (6.64% from 255 or 11.85% from 135); Max value from RGB is 102 - color contains mainly: red. Hex color #661110 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661110 is #99EEEF. Grayscale: #2A2A2A. Windows color (decimal): -10088176 or 1053030. OLE color: 1053030.

HSL color Cylindrical-coordinate representation of color #661110: hue angle of 0.7º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #661110 is Cyan = 0, Magento = 0.83, Yellow = 0.84 and Black (K on CMYK) = 0.6.

Color convert

RGB1021716-
CMYK00.830.840.6
HSL0.7º72.88%23.14%-
HSV(B)0.7º84.31%40%-
XYZ5.773.260.82-
YUV42.3113.16170.58-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 75.56%
GREEN value IS 17 (7.03% from 255) = 12.59%
BLUE value IS 16 (6.64% from 255) = 11.85%
R=75.56%
G=12.59%
B=11.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.84
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102171600.830.840.60.772.8823.14
Hex661110053543C14917
Octal1462120012312474111127
Binary110011010001100000101001110101001111001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661110; }

 p { color: rgb(102,17,16); }

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

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

 a { background-color: rgb(102,17,16); }

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

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

 span { border-color: rgb(102,17,16); }

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