#660B02

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

Shades of Maroon #660B02

Tints of Maroon #660B02

Color information

#660B02 (or 0x660B02) is unknown color: approx Maroon. HEX triplet: 66, 0B and 02. RGB value is (102,11,2). Sum of RGB (Red+Green+Blue) = 102+11+2=115 (15% of max value = 765). Red value is 102 (40.23% from 255 or 88.70% from 115); Green value is 11 (4.69% from 255 or 9.57% from 115); Blue value is 2 (1.17% from 255 or 1.74% from 115); Max value from RGB is 102 - color contains mainly: red. Hex color #660B02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660B02 is #99F4FD. Grayscale: #252525. Windows color (decimal): -10089726 or 133990. OLE color: 133990.

HSL color Cylindrical-coordinate representation of color #660B02: hue angle of 5.4º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #660B02 is Cyan = 0, Magento = 0.89, Yellow = 0.98 and Black (K on CMYK) = 0.6.

Color convert

RGB102112-
CMYK00.890.980.6
HSL5.4º96.15%20.39%-
HSV(B)5.4º98.04%40%-
XYZ5.613.070.35-
YUV37.18108.15174.23-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 88.70%
GREEN value IS 11 (4.69% from 255) = 9.57%
BLUE value IS 2 (1.17% from 255) = 1.74%
R=88.70%
G=9.57%
B=1.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.98
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10211200.890.980.65.496.1520.39
Hex66B2059623C56014
Octal146132013114274514024
Binary1100110101110010110011100010111100101110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,11,2); }

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

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

 a { background-color: rgb(102,11,2); }

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

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

 span { border-color: rgb(102,11,2); }

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