Html Css Color HEX #AA1229 Carmine

📋 copy color: '#AA1229'

red 170 ◦ green 18 ◦ blue 41

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

Shades of Carmine #AA1229

Tints of Carmine #AA1229

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.86%

 BLUE value IS 41 (16.41% from 255) = 17.9%

R = 74.24%
G = 7.86%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AA1229 (or 0xAA1229) is known color: Carmine. HEX triplet: AA, 12 and 29. RGB value is (170,18,41). Sum of RGB (Red+Green+Blue) = 170+18+41=229 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.24% from 229); Green value is 18 (7.42% from 255 or 7.86% from 229); Blue value is 41 (16.41% from 255 or 17.90% from 229); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1229 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1229 is #55EDD6. Grayscale: #424242. Windows color (decimal): -5631447 or 2691754. OLE color: 2691754.

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

Color convert

RGB 170 18 41 -
CMYK 0 0.89 0.76 0.33
HSL 350.92º 0.81% 0.37% -
HSV(B) 350.92º 0.89% 0.67% -
XYZ 17.19 9.14 2.96 -
YUV 66.07 113.86 202.13 -
System Red Green Blue C M Y K H S L
Decimal 170 18 41 0 0.89 0.76 0.33 350.92 0.81 0.37
Hex AA 12 29 0 59 4C 21 15F 51 25
Octal 252 22 51 0 131 114 41 537 121 45
Binary 10101010 10010 101001 0 1011001 1001100 100001 101011111 1010001 100101

Color Harmonies of #AA1229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1229

Black with #AA1229

Text Example


Text Example

White with #AA1229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1229; }

 p { color: rgb(170,18,41); }

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

background-color css

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

 a { background-color: rgb(170,18,41); }

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

border-color css

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

 span { border-color: rgb(170,18,41); }

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