Html Css Color HEX #AA132C Cardinal

📋 copy color: '#AA132C'

red 170 ◦ green 19 ◦ blue 44

#AA132C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #AA132C

Tints of Cardinal #AA132C

RGB

 RED value IS 170 (66.8% from 255) = 72.96%

 GREEN value IS 19 (7.81% from 255) = 8.15%

 BLUE value IS 44 (17.58% from 255) = 18.88%

R = 72.96%
G = 8.15%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AA132C (or 0xAA132C) is known color: Cardinal. HEX triplet: AA, 13 and 2C. RGB value is (170,19,44). Sum of RGB (Red+Green+Blue) = 170+19+44=233 (30% of max value = 765). Red value is 170 (66.80% from 255 or 72.96% from 233); Green value is 19 (7.81% from 255 or 8.15% from 233); Blue value is 44 (17.58% from 255 or 18.88% from 233); Max value from RGB is 170 - color contains mainly: red. Hex color #AA132C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA132C is #55ECD3. Grayscale: #434343. Windows color (decimal): -5631188 or 2888618. OLE color: 2888618.

HSL color Cylindrical-coordinate representation of color #AA132C: hue angle of 350.07º 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 #AA132C is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 19 44 -
CMYK 0 0.89 0.74 0.33
HSL 350.07º 0.8% 0.37% -
HSV(B) 350.07º 0.89% 0.67% -
XYZ 17.27 9.19 3.25 -
YUV 67 115.03 201.47 -
System Red Green Blue C M Y K H S L
Decimal 170 19 44 0 0.89 0.74 0.33 350.07 0.8 0.37
Hex AA 13 2C 0 59 4A 21 15E 50 25
Octal 252 23 54 0 131 112 41 536 120 45
Binary 10101010 10011 101100 0 1011001 1001010 100001 101011110 1010000 100101

Color Harmonies of #AA132C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA132C

Black with #AA132C

Text Example


Text Example

White with #AA132C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA132C; }

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

 H1.HeaderClassName
 {
   color: #AA132C;
 }
 .AnyTagClassName
 {
   color: #AA132C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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