Html Css Color HEX #660B02 Maroon

📋 copy color: '#660B02'

red 102 ◦ green 11 ◦ blue 2

#660B02
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maroon #660B02

Tints of Maroon #660B02

RGB

 RED value IS 102 (40.23% from 255) = 88.7%

 GREEN value IS 11 (4.69% from 255) = 9.57%

 BLUE value IS 2 (1.17% from 255) = 1.74%

R = 88.7%
G = 9.57%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.98

 K value IS 0.6

RGB Variations

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

Color information

#660B02 (or 0x660B02) is known color: 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

RGB 102 11 2 -
CMYK 0 0.89 0.98 0.6
HSL 5.4º 0.96% 0.2% -
HSV(B) 5.4º 0.98% 0.4% -
XYZ 5.61 3.07 0.35 -
YUV 37.18 108.15 174.23 -
System Red Green Blue C M Y K H S L
Decimal 102 11 2 0 0.89 0.98 0.6 5.4 0.96 0.2
Hex 66 B 2 0 59 62 3C 5 60 14
Octal 146 13 2 0 131 142 74 5 140 24
Binary 1100110 1011 10 0 1011001 1100010 111100 101 1100000 10100

Color Harmonies of #660B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660B02

Black with #660B02

Text Example


Text Example

White with #660B02

Text Example


Text Example

HTML Codes & Css Web 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>