Html Css Color HEX #AA1227 Carmine

📋 copy color: '#AA1227'

red 170 ◦ green 18 ◦ blue 39

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

Shades of Carmine #AA1227

Tints of Carmine #AA1227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 17.18%

R = 74.89%
G = 7.93%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AA1227 (or 0xAA1227) is known color: Carmine. HEX triplet: AA, 12 and 27. RGB value is (170,18,39). Sum of RGB (Red+Green+Blue) = 170+18+39=227 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.89% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 39 (15.62% from 255 or 17.18% from 227); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1227 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1227 is #55EDD8. Grayscale: #414141. Windows color (decimal): -5631449 or 2560682. OLE color: 2560682.

HSL color Cylindrical-coordinate representation of color #AA1227: hue angle of 351.71º 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 #AA1227 is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 18 39 -
CMYK 0 0.89 0.77 0.33
HSL 351.71º 0.81% 0.37% -
HSV(B) 351.71º 0.89% 0.67% -
XYZ 17.16 9.13 2.78 -
YUV 65.84 112.86 202.29 -
System Red Green Blue C M Y K H S L
Decimal 170 18 39 0 0.89 0.77 0.33 351.71 0.81 0.37
Hex AA 12 27 0 59 4D 21 160 51 25
Octal 252 22 47 0 131 115 41 540 121 45
Binary 10101010 10010 100111 0 1011001 1001101 100001 101100000 1010001 100101

Color Harmonies of #AA1227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1227

Black with #AA1227

Text Example


Text Example

White with #AA1227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1227; }

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

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

background-color css

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

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

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

border-color css

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

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

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