Html Css Color HEX #AA213B Cardinal

📋 copy color: '#AA213B'

red 170 ◦ green 33 ◦ blue 59

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

Shades of Cardinal #AA213B

Tints of Cardinal #AA213B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 22.52%

R = 64.89%
G = 12.6%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AA213B (or 0xAA213B) is known color: Cardinal. HEX triplet: AA, 21 and 3B. RGB value is (170,33,59). Sum of RGB (Red+Green+Blue) = 170+33+59=262 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.89% from 262); Green value is 33 (13.28% from 255 or 12.60% from 262); Blue value is 59 (23.44% from 255 or 22.52% from 262); Max value from RGB is 170 - color contains mainly: red. Hex color #AA213B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA213B is #55DEC4. Grayscale: #4C4C4C. Windows color (decimal): -5627589 or 3875242. OLE color: 3875242.

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

Color convert

RGB 170 33 59 -
CMYK 0 0.81 0.65 0.33
HSL 348.61º 0.67% 0.4% -
HSV(B) 348.61º 0.81% 0.67% -
XYZ 17.91 9.95 5.11 -
YUV 76.93 117.89 194.39 -
System Red Green Blue C M Y K H S L
Decimal 170 33 59 0 0.81 0.65 0.33 348.61 0.67 0.4
Hex AA 21 3B 0 51 41 21 15D 43 28
Octal 252 41 73 0 121 101 41 535 103 50
Binary 10101010 100001 111011 0 1010001 1000001 100001 101011101 1000011 101000

Color Harmonies of #AA213B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA213B

Black with #AA213B

Text Example


Text Example

White with #AA213B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA213B; }

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

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

background-color css

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

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

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

border-color css

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

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

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