Html Css Color HEX #AA213A Cardinal

📋 copy color: '#AA213A'

red 170 ◦ green 33 ◦ blue 58

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

Shades of Cardinal #AA213A

Tints of Cardinal #AA213A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.64%

 BLUE value IS 58 (23.05% from 255) = 22.22%

R = 65.13%
G = 12.64%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AA213A (or 0xAA213A) is known color: Cardinal. HEX triplet: AA, 21 and 3A. RGB value is (170,33,58). Sum of RGB (Red+Green+Blue) = 170+33+58=261 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.13% from 261); Green value is 33 (13.28% from 255 or 12.64% from 261); Blue value is 58 (23.05% from 255 or 22.22% from 261); Max value from RGB is 170 - color contains mainly: red. Hex color #AA213A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA213A is #55DEC5. Grayscale: #4C4C4C. Windows color (decimal): -5627590 or 3809706. OLE color: 3809706.

HSL color Cylindrical-coordinate representation of color #AA213A: hue angle of 349.05º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA213A is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 33 58 -
CMYK 0 0.81 0.66 0.33
HSL 349.05º 0.67% 0.4% -
HSV(B) 349.05º 0.81% 0.67% -
XYZ 17.89 9.94 4.98 -
YUV 76.81 117.39 194.47 -
System Red Green Blue C M Y K H S L
Decimal 170 33 58 0 0.81 0.66 0.33 349.05 0.67 0.4
Hex AA 21 3A 0 51 42 21 15D 43 28
Octal 252 41 72 0 121 102 41 535 103 50
Binary 10101010 100001 111010 0 1010001 1000010 100001 101011101 1000011 101000

Color Harmonies of #AA213A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA213A

Black with #AA213A

Text Example


Text Example

White with #AA213A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA213A; }

 p { color: rgb(170,33,58); }

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

background-color css

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

 a { background-color: rgb(170,33,58); }

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

border-color css

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

 span { border-color: rgb(170,33,58); }

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