Html Css Color HEX #AA213D Cardinal

📋 copy color: '#AA213D'

red 170 ◦ green 33 ◦ blue 61

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

Shades of Cardinal #AA213D

Tints of Cardinal #AA213D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 23.11%

R = 64.39%
G = 12.5%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AA213D (or 0xAA213D) is known color: Cardinal. HEX triplet: AA, 21 and 3D. RGB value is (170,33,61). Sum of RGB (Red+Green+Blue) = 170+33+61=264 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.39% from 264); Green value is 33 (13.28% from 255 or 12.5% from 264); Blue value is 61 (24.22% from 255 or 23.11% from 264); Max value from RGB is 170 - color contains mainly: red. Hex color #AA213D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA213D is #55DEC2. Grayscale: #4D4D4D. Windows color (decimal): -5627587 or 4006314. OLE color: 4006314.

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

Color convert

RGB 170 33 61 -
CMYK 0 0.81 0.64 0.33
HSL 347.74º 0.67% 0.4% -
HSV(B) 347.74º 0.81% 0.67% -
XYZ 17.96 9.97 5.39 -
YUV 77.16 118.89 194.22 -
System Red Green Blue C M Y K H S L
Decimal 170 33 61 0 0.81 0.64 0.33 347.74 0.67 0.4
Hex AA 21 3D 0 51 40 21 15C 43 28
Octal 252 41 75 0 121 100 41 534 103 50
Binary 10101010 100001 111101 0 1010001 1000000 100001 101011100 1000011 101000

Color Harmonies of #AA213D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA213D

Black with #AA213D

Text Example


Text Example

White with #AA213D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA213D; }

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

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

background-color css

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

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

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

border-color css

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

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

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