#AA1524

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

Shades of Carmine #AA1524

Tints of Carmine #AA1524

Color information

#AA1524 (or 0xAA1524) is unknown color: approx Carmine. HEX triplet: AA, 15 and 24. RGB value is (170,21,36). Sum of RGB (Red+Green+Blue) = 170+21+36=227 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.89% from 227); Green value is 21 (8.59% from 255 or 9.25% from 227); Blue value is 36 (14.45% from 255 or 15.86% from 227); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1524 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1524 is #55EADB. Grayscale: #434343. Windows color (decimal): -5630684 or 2364842. OLE color: 2364842.

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

Color convert

RGB1702136-
CMYK00.880.790.33
HSL353.96º78.01%37.45%-
HSV(B)353.96º87.65%66.67%-
XYZ17.169.212.54-
YUV67.26110.36201.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 74.89%
GREEN value IS 21 (8.59% from 255) = 9.25%
BLUE value IS 36 (14.45% from 255) = 15.86%
R=74.89%
G=9.25%
B=15.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.79
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170213600.880.790.33353.9678.0137.45
HexAA15240584F211624e25
Octal252254401301174154211645
Binary10101010101011001000101100010011111000011011000101001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1524; }

 p { color: rgb(170,21,36); }

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

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

 a { background-color: rgb(170,21,36); }

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

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

 span { border-color: rgb(170,21,36); }

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