#660C03

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

Shades of Maroon #660C03

Tints of Maroon #660C03

Color information

#660C03 (or 0x660C03) is unknown color: approx Maroon. HEX triplet: 66, 0C and 03. RGB value is (102,12,3). Sum of RGB (Red+Green+Blue) = 102+12+3=117 (15% of max value = 765). Red value is 102 (40.23% from 255 or 87.18% from 117); Green value is 12 (5.08% from 255 or 10.26% from 117); Blue value is 3 (1.56% from 255 or 2.56% from 117); Max value from RGB is 102 - color contains mainly: red. Hex color #660C03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660C03 is #99F3FC. Grayscale: #262626. Windows color (decimal): -10089469 or 199782. OLE color: 199782.

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

Color convert

RGB102123-
CMYK00.880.970.6
HSL5.45º94.29%20.59%-
HSV(B)5.45º97.06%40%-
XYZ5.633.090.39-
YUV37.88108.32173.73-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 87.18%
GREEN value IS 12 (5.08% from 255) = 10.26%
BLUE value IS 3 (1.56% from 255) = 2.56%
R=87.18%
G=10.26%
B=2.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.97
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10212300.880.970.65.4594.2920.59
Hex66C3058613C55e15
Octal146143013014174513625
Binary1100110110011010110001100001111100101101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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