#AA1225

Color #AA1225 Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carmine #AA1225

Tints of Carmine #AA1225

Color information

#AA1225 (or 0xAA1225) is unknown color: approx Carmine. HEX triplet: AA, 12 and 25. RGB value is (170,18,37). Sum of RGB (Red+Green+Blue) = 170+18+37=225 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.56% from 225); Green value is 18 (7.42% from 255 or 8% from 225); Blue value is 37 (14.84% from 255 or 16.44% from 225); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1225 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1225 is #55EDDA. Grayscale: #414141. Windows color (decimal): -5631451 or 2429610. OLE color: 2429610.

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

Color convert

RGB1701837-
CMYK00.890.780.33
HSL352.5º80.85%36.86%-
HSV(B)352.5º89.41%66.67%-
XYZ17.139.112.61-
YUV65.61111.86202.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 75.56%
GREEN value IS 18 (7.42% from 255) = 8%
BLUE value IS 37 (14.84% from 255) = 16.44%
R=75.56%
G=8%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170183700.890.780.33352.580.8536.86
HexAA12250594E211605125
Octal252224501311164154012145
Binary10101010100101001010101100110011101000011011000001010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1225; }

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

 H1.HeaderClassName
 {
   color: #AA1225;
 }
 .AnyTagClassName
 {
   color: #AA1225;
 }
</style>
background-color css

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

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

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

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

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

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