#AA142E

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

Shades of Cardinal #AA142E

Tints of Cardinal #AA142E

Color information

#AA142E (or 0xAA142E) is unknown color: approx Cardinal. HEX triplet: AA, 14 and 2E. RGB value is (170,20,46). Sum of RGB (Red+Green+Blue) = 170+20+46=236 (31% of max value = 765). Red value is 170 (66.80% from 255 or 72.03% from 236); Green value is 20 (8.20% from 255 or 8.47% from 236); Blue value is 46 (18.36% from 255 or 19.49% from 236); Max value from RGB is 170 - color contains mainly: red. Hex color #AA142E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA142E is #55EBD1. Grayscale: #434343. Windows color (decimal): -5630930 or 3019946. OLE color: 3019946.

HSL color Cylindrical-coordinate representation of color #AA142E: hue angle of 349.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 #AA142E is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB1702046-
CMYK00.880.730.33
HSL349.6º78.95%37.25%-
HSV(B)349.6º88.24%66.67%-
XYZ17.329.243.46-
YUV67.81115.7200.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 72.03%
GREEN value IS 20 (8.20% from 255) = 8.47%
BLUE value IS 46 (18.36% from 255) = 19.49%
R=72.03%
G=8.47%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170204600.880.730.33349.678.9537.25
HexAA142E058492115e4f25
Octal252245601301114153611745
Binary10101010101001011100101100010010011000011010111101001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA142E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA142E; }

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

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

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

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

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

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

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

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