#660C09

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

Shades of Red Oxide #660C09

Tints of Red Oxide #660C09

Color information

#660C09 (or 0x660C09) is unknown color: approx Red Oxide. HEX triplet: 66, 0C and 09. RGB value is (102,12,9). Sum of RGB (Red+Green+Blue) = 102+12+9=123 (16% of max value = 765). Red value is 102 (40.23% from 255 or 82.93% from 123); Green value is 12 (5.08% from 255 or 9.76% from 123); Blue value is 9 (3.91% from 255 or 7.32% from 123); Max value from RGB is 102 - color contains mainly: red. Hex color #660C09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660C09 is #99F3F6. Grayscale: #262626. Windows color (decimal): -10089463 or 592998. OLE color: 592998.

HSL color Cylindrical-coordinate representation of color #660C09: hue angle of 1.94º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #660C09 is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.6.

Color convert

RGB102129-
CMYK00.880.910.6
HSL1.94º83.78%21.76%-
HSV(B)1.94º91.18%40%-
XYZ5.663.110.56-
YUV38.57111.32173.24-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 82.93%
GREEN value IS 12 (5.08% from 255) = 9.76%
BLUE value IS 9 (3.91% from 255) = 7.32%
R=82.93%
G=9.76%
B=7.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.91
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10212900.880.910.61.9483.7821.76
Hex66C90585B3C25416
Octal1461411013013374212426
Binary11001101100100101011000101101111110010101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660C09; }

 p { color: rgb(102,12,9); }

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

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

 a { background-color: rgb(102,12,9); }

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

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

 span { border-color: rgb(102,12,9); }

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