Html Css Color HEX #AA203A Cardinal

📋 copy color: '#AA203A'

red 170 ◦ green 32 ◦ blue 58

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

Shades of Cardinal #AA203A

Tints of Cardinal #AA203A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.31%

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

R = 65.38%
G = 12.31%
B = 22.31%

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

#AA203A (or 0xAA203A) is known color: Cardinal. HEX triplet: AA, 20 and 3A. RGB value is (170,32,58). Sum of RGB (Red+Green+Blue) = 170+32+58=260 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.38% from 260); Green value is 32 (12.89% from 255 or 12.31% from 260); Blue value is 58 (23.05% from 255 or 22.31% from 260); Max value from RGB is 170 - color contains mainly: red. Hex color #AA203A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA203A is #55DFC5. Grayscale: #4C4C4C. Windows color (decimal): -5627846 or 3809450. OLE color: 3809450.

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

Color convert

RGB 170 32 58 -
CMYK 0 0.81 0.66 0.33
HSL 348.7º 0.68% 0.4% -
HSV(B) 348.7º 0.81% 0.67% -
XYZ 17.86 9.88 4.97 -
YUV 76.23 117.72 194.89 -
System Red Green Blue C M Y K H S L
Decimal 170 32 58 0 0.81 0.66 0.33 348.7 0.68 0.4
Hex AA 20 3A 0 51 42 21 15D 44 28
Octal 252 40 72 0 121 102 41 535 104 50
Binary 10101010 100000 111010 0 1010001 1000010 100001 101011101 1000100 101000

Color Harmonies of #AA203A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA203A

Black with #AA203A

Text Example


Text Example

White with #AA203A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA203A; }

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

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

background-color css

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

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

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

border-color css

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

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

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