Html Css Color HEX #AA152B Cardinal

📋 copy color: '#AA152B'

red 170 ◦ green 21 ◦ blue 43

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

Shades of Cardinal #AA152B

Tints of Cardinal #AA152B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 18.38%

R = 72.65%
G = 8.97%
B = 18.38%

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

#AA152B (or 0xAA152B) is known color: Cardinal. HEX triplet: AA, 15 and 2B. RGB value is (170,21,43). Sum of RGB (Red+Green+Blue) = 170+21+43=234 (30% of max value = 765). Red value is 170 (66.80% from 255 or 72.65% from 234); Green value is 21 (8.59% from 255 or 8.97% from 234); Blue value is 43 (17.19% from 255 or 18.38% from 234); Max value from RGB is 170 - color contains mainly: red. Hex color #AA152B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA152B is #55EAD4. Grayscale: #444444. Windows color (decimal): -5630677 or 2823594. OLE color: 2823594.

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

Color convert

RGB 170 21 43 -
CMYK 0 0.88 0.75 0.33
HSL 351.14º 0.78% 0.37% -
HSV(B) 351.14º 0.88% 0.67% -
XYZ 17.28 9.26 3.16 -
YUV 68.06 113.86 200.71 -
System Red Green Blue C M Y K H S L
Decimal 170 21 43 0 0.88 0.75 0.33 351.14 0.78 0.37
Hex AA 15 2B 0 58 4B 21 15F 4E 25
Octal 252 25 53 0 130 113 41 537 116 45
Binary 10101010 10101 101011 0 1011000 1001011 100001 101011111 1001110 100101

Color Harmonies of #AA152B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA152B

Black with #AA152B

Text Example


Text Example

White with #AA152B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA152B; }

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

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

background-color css

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

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

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

border-color css

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

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

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