Html Css Color HEX #AA111A Carmine

📋 copy color: '#AA111A'

red 170 ◦ green 17 ◦ blue 26

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

Shades of Carmine #AA111A

Tints of Carmine #AA111A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.98%

 BLUE value IS 26 (10.55% from 255) = 12.21%

R = 79.81%
G = 7.98%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA111A (or 0xAA111A) is known color: Carmine. HEX triplet: AA, 11 and 1A. RGB value is (170,17,26). Sum of RGB (Red+Green+Blue) = 170+17+26=213 (28% of max value = 765). Red value is 170 (66.80% from 255 or 79.81% from 213); Green value is 17 (7.03% from 255 or 7.98% from 213); Blue value is 26 (10.55% from 255 or 12.21% from 213); Max value from RGB is 170 - color contains mainly: red. Hex color #AA111A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA111A is #55EEE5. Grayscale: #3F3F3F. Windows color (decimal): -5631718 or 1708458. OLE color: 1708458.

HSL color Cylindrical-coordinate representation of color #AA111A: hue angle of 356.47º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA111A is Cyan = 0, Magento = 0.9, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 17 26 -
CMYK 0 0.9 0.85 0.33
HSL 356.47º 0.82% 0.37% -
HSV(B) 356.47º 0.9% 0.67% -
XYZ 16.96 9.02 1.82 -
YUV 63.77 106.69 203.77 -
System Red Green Blue C M Y K H S L
Decimal 170 17 26 0 0.9 0.85 0.33 356.47 0.82 0.37
Hex AA 11 1A 0 5A 55 21 164 52 25
Octal 252 21 32 0 132 125 41 544 122 45
Binary 10101010 10001 11010 0 1011010 1010101 100001 101100100 1010010 100101

Color Harmonies of #AA111A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA111A

Black with #AA111A

Text Example


Text Example

White with #AA111A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA111A; }

 p { color: rgb(170,17,26); }

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

background-color css

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

 a { background-color: rgb(170,17,26); }

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

border-color css

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

 span { border-color: rgb(170,17,26); }

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