#AA132A

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

Shades of Cardinal #AA132A

Tints of Cardinal #AA132A

Color information

#AA132A (or 0xAA132A) is unknown color: approx Cardinal. HEX triplet: AA, 13 and 2A. RGB value is (170,19,42). Sum of RGB (Red+Green+Blue) = 170+19+42=231 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.59% from 231); Green value is 19 (7.81% from 255 or 8.23% from 231); Blue value is 42 (16.80% from 255 or 18.18% from 231); Max value from RGB is 170 - color contains mainly: red. Hex color #AA132A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA132A is #55ECD5. Grayscale: #424242. Windows color (decimal): -5631190 or 2757546. OLE color: 2757546.

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

Color convert

RGB1701942-
CMYK00.890.750.33
HSL350.86º79.89%37.06%-
HSV(B)350.86º88.82%66.67%-
XYZ17.239.183.05-
YUV66.77114.03201.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 73.59%
GREEN value IS 19 (7.81% from 255) = 8.23%
BLUE value IS 42 (16.80% from 255) = 18.18%
R=73.59%
G=8.23%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170194200.890.750.33350.8679.8937.06
HexAA132A0594B2115f5025
Octal252235201311134153712045
Binary10101010100111010100101100110010111000011010111111010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA132A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA132A; }

 p { color: rgb(170,19,42); }

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

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

 a { background-color: rgb(170,19,42); }

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

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

 span { border-color: rgb(170,19,42); }

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