Html Css Color HEX #AA152C Cardinal

📋 copy color: '#AA152C'

red 170 ◦ green 21 ◦ blue 44

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

Shades of Cardinal #AA152C

Tints of Cardinal #AA152C

RGB

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

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

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

R = 72.34%
G = 8.94%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AA152C (or 0xAA152C) is known color: Cardinal. HEX triplet: AA, 15 and 2C. RGB value is (170,21,44). Sum of RGB (Red+Green+Blue) = 170+21+44=235 (31% of max value = 765). Red value is 170 (66.80% from 255 or 72.34% from 235); Green value is 21 (8.59% from 255 or 8.94% from 235); Blue value is 44 (17.58% from 255 or 18.72% from 235); Max value from RGB is 170 - color contains mainly: red. Hex color #AA152C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA152C is #55EAD3. Grayscale: #444444. Windows color (decimal): -5630676 or 2889130. OLE color: 2889130.

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

Color convert

RGB 170 21 44 -
CMYK 0 0.88 0.74 0.33
HSL 350.74º 0.78% 0.37% -
HSV(B) 350.74º 0.88% 0.67% -
XYZ 17.3 9.26 3.26 -
YUV 68.17 114.36 200.63 -
System Red Green Blue C M Y K H S L
Decimal 170 21 44 0 0.88 0.74 0.33 350.74 0.78 0.37
Hex AA 15 2C 0 58 4A 21 15F 4E 25
Octal 252 25 54 0 130 112 41 537 116 45
Binary 10101010 10101 101100 0 1011000 1001010 100001 101011111 1001110 100101

Color Harmonies of #AA152C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA152C

Black with #AA152C

Text Example


Text Example

White with #AA152C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA152C; }

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

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

background-color css

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

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

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

border-color css

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

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

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