#AA0029

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

Shades of Carmine #AA0029

Tints of Carmine #AA0029

Color information

#AA0029 (or 0xAA0029) is unknown color: approx Carmine. HEX triplet: AA, 00 and 29. RGB value is (170,0,41). Sum of RGB (Red+Green+Blue) = 170+0+41=211 (27% of max value = 765). Red value is 170 (66.80% from 255 or 80.57% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 41 (16.41% from 255 or 19.43% from 211); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0029 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0029 is #55FFD6. Grayscale: #373737. Windows color (decimal): -5636055 or 2687146. OLE color: 2687146.

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

Color convert

RGB170041-
CMYK010.760.33
HSL345.53º100%33.33%-
HSV(B)345.53º100%66.67%-
XYZ16.988.712.88-
YUV55.5119.82209.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 80.57%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 41 (16.41% from 255) = 19.43%
R=80.57%
G=0%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170041010.760.33345.5310033.33
HexAA0290644C2115a6421
Octal25205101441144153214441
Binary1010101001010010110010010011001000011010110101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0029; }

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

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

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

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

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

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

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

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