Html Css Color HEX #AA0616 Carmine

📋 copy color: '#AA0616'

red 170 ◦ green 6 ◦ blue 22

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

Shades of Carmine #AA0616

Tints of Carmine #AA0616

RGB

 RED value IS 170 (66.8% from 255) = 85.86%

 GREEN value IS 6 (2.73% from 255) = 3.03%

 BLUE value IS 22 (8.98% from 255) = 11.11%

R = 85.86%
G = 3.03%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AA0616 (or 0xAA0616) is known color: Carmine. HEX triplet: AA, 06 and 16. RGB value is (170,6,22). Sum of RGB (Red+Green+Blue) = 170+6+22=198 (26% of max value = 765). Red value is 170 (66.80% from 255 or 85.86% from 198); Green value is 6 (2.73% from 255 or 3.03% from 198); Blue value is 22 (8.98% from 255 or 11.11% from 198); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0616 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0616 is #55F9E9. Grayscale: #383838. Windows color (decimal): -5634538 or 1443498. OLE color: 1443498.

HSL color Cylindrical-coordinate representation of color #AA0616: hue angle of 354.15º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA0616 is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 6 22 -
CMYK 0 0.96 0.87 0.33
HSL 354.15º 0.93% 0.35% -
HSV(B) 354.15º 0.96% 0.67% -
XYZ 16.79 8.73 1.56 -
YUV 56.86 108.33 208.7 -
System Red Green Blue C M Y K H S L
Decimal 170 6 22 0 0.96 0.87 0.33 354.15 0.93 0.35
Hex AA 6 16 0 60 57 21 162 5D 23
Octal 252 6 26 0 140 127 41 542 135 43
Binary 10101010 110 10110 0 1100000 1010111 100001 101100010 1011101 100011

Color Harmonies of #AA0616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0616

Black with #AA0616

Text Example


Text Example

White with #AA0616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0616; }

 p { color: rgb(170,6,22); }

 H1.HeaderClassName
 {
   color: #AA0616;
 }
 .AnyTagClassName
 {
   color: #AA0616;
 }
</style>

background-color css

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

 a { background-color: rgb(170,6,22); }

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

border-color css

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

 span { border-color: rgb(170,6,22); }

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