Html Css Color HEX #AA152A Cardinal

📋 copy color: '#AA152A'

red 170 ◦ green 21 ◦ blue 42

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

Shades of Cardinal #AA152A

Tints of Cardinal #AA152A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.01%

 BLUE value IS 42 (16.8% from 255) = 18.03%

R = 72.96%
G = 9.01%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AA152A (or 0xAA152A) is known color: Cardinal. HEX triplet: AA, 15 and 2A. RGB value is (170,21,42). Sum of RGB (Red+Green+Blue) = 170+21+42=233 (30% of max value = 765). Red value is 170 (66.80% from 255 or 72.96% from 233); Green value is 21 (8.59% from 255 or 9.01% from 233); Blue value is 42 (16.80% from 255 or 18.03% from 233); Max value from RGB is 170 - color contains mainly: red. Hex color #AA152A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA152A is #55EAD5. Grayscale: #444444. Windows color (decimal): -5630678 or 2758058. OLE color: 2758058.

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

Color convert

RGB 170 21 42 -
CMYK 0 0.88 0.75 0.33
HSL 351.54º 0.78% 0.37% -
HSV(B) 351.54º 0.88% 0.67% -
XYZ 17.26 9.25 3.07 -
YUV 67.95 113.36 200.79 -
System Red Green Blue C M Y K H S L
Decimal 170 21 42 0 0.88 0.75 0.33 351.54 0.78 0.37
Hex AA 15 2A 0 58 4B 21 160 4E 25
Octal 252 25 52 0 130 113 41 540 116 45
Binary 10101010 10101 101010 0 1011000 1001011 100001 101100000 1001110 100101

Color Harmonies of #AA152A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA152A

Black with #AA152A

Text Example


Text Example

White with #AA152A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA152A; }

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

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

background-color css

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

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

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

border-color css

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

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

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