#AA192F

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

Shades of Cardinal #AA192F

Tints of Cardinal #AA192F

Color information

#AA192F (or 0xAA192F) is unknown color: approx Cardinal. HEX triplet: AA, 19 and 2F. RGB value is (170,25,47). Sum of RGB (Red+Green+Blue) = 170+25+47=242 (32% of max value = 765). Red value is 170 (66.80% from 255 or 70.25% from 242); Green value is 25 (10.16% from 255 or 10.33% from 242); Blue value is 47 (18.75% from 255 or 19.42% from 242); Max value from RGB is 170 - color contains mainly: red. Hex color #AA192F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA192F is #55E6D0. Grayscale: #464646. Windows color (decimal): -5629649 or 3086762. OLE color: 3086762.

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

Color convert

RGB1702547-
CMYK00.850.720.33
HSL350.9º74.36%38.24%-
HSV(B)350.9º85.29%66.67%-
XYZ17.449.453.59-
YUV70.86114.54198.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 70.25%
GREEN value IS 25 (10.16% from 255) = 10.33%
BLUE value IS 47 (18.75% from 255) = 19.42%
R=70.25%
G=10.33%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170254700.850.720.33350.974.3638.24
HexAA192F055482115f4a26
Octal252315701251104153711246
Binary10101010110011011110101010110010001000011010111111001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA192F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA192F; }

 p { color: rgb(170,25,47); }

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

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

 a { background-color: rgb(170,25,47); }

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

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

 span { border-color: rgb(170,25,47); }

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