Html Css Color HEX #AA1228 Carmine

📋 copy color: '#AA1228'

red 170 ◦ green 18 ◦ blue 40

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

Shades of Carmine #AA1228

Tints of Carmine #AA1228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 17.54%

R = 74.56%
G = 7.89%
B = 17.54%

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

#AA1228 (or 0xAA1228) is known color: Carmine. HEX triplet: AA, 12 and 28. RGB value is (170,18,40). Sum of RGB (Red+Green+Blue) = 170+18+40=228 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.56% from 228); Green value is 18 (7.42% from 255 or 7.89% from 228); Blue value is 40 (16.02% from 255 or 17.54% from 228); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1228 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1228 is #55EDD7. Grayscale: #424242. Windows color (decimal): -5631448 or 2626218. OLE color: 2626218.

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

Color convert

RGB 170 18 40 -
CMYK 0 0.89 0.76 0.33
HSL 351.32º 0.81% 0.37% -
HSV(B) 351.32º 0.89% 0.67% -
XYZ 17.18 9.13 2.86 -
YUV 65.96 113.36 202.21 -
System Red Green Blue C M Y K H S L
Decimal 170 18 40 0 0.89 0.76 0.33 351.32 0.81 0.37
Hex AA 12 28 0 59 4C 21 15F 51 25
Octal 252 22 50 0 131 114 41 537 121 45
Binary 10101010 10010 101000 0 1011001 1001100 100001 101011111 1010001 100101

Color Harmonies of #AA1228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1228

Black with #AA1228

Text Example


Text Example

White with #AA1228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1228; }

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

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

background-color css

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

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

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

border-color css

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

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

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