#AA1429

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

Shades of Cardinal #AA1429

Tints of Cardinal #AA1429

Color information

#AA1429 (or 0xAA1429) is unknown color: approx Cardinal. HEX triplet: AA, 14 and 29. RGB value is (170,20,41). Sum of RGB (Red+Green+Blue) = 170+20+41=231 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.59% from 231); Green value is 20 (8.20% from 255 or 8.66% from 231); Blue value is 41 (16.41% from 255 or 17.75% from 231); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1429 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1429 is #55EBD6. Grayscale: #434343. Windows color (decimal): -5630935 or 2692266. OLE color: 2692266.

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

Color convert

RGB1702041-
CMYK00.880.760.33
HSL351.6º78.95%37.25%-
HSV(B)351.6º88.24%66.67%-
XYZ17.239.212.97-
YUV67.24113.2201.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 73.59%
GREEN value IS 20 (8.20% from 255) = 8.66%
BLUE value IS 41 (16.41% from 255) = 17.75%
R=73.59%
G=8.66%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170204100.880.760.33351.678.9537.25
HexAA14290584C211604f25
Octal252245101301144154011745
Binary10101010101001010010101100010011001000011011000001001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1429; }

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

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

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

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

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

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

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

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