Html Css Color HEX #AA203E Cardinal

📋 copy color: '#AA203E'

red 170 ◦ green 32 ◦ blue 62

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

Shades of Cardinal #AA203E

Tints of Cardinal #AA203E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 23.48%

R = 64.39%
G = 12.12%
B = 23.48%

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

#AA203E (or 0xAA203E) is known color: Cardinal. HEX triplet: AA, 20 and 3E. RGB value is (170,32,62). Sum of RGB (Red+Green+Blue) = 170+32+62=264 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.39% from 264); Green value is 32 (12.89% from 255 or 12.12% from 264); Blue value is 62 (24.61% from 255 or 23.48% from 264); Max value from RGB is 170 - color contains mainly: red. Hex color #AA203E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA203E is #55DFC1. Grayscale: #4C4C4C. Windows color (decimal): -5627842 or 4071594. OLE color: 4071594.

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

Color convert

RGB 170 32 62 -
CMYK 0 0.81 0.64 0.33
HSL 346.96º 0.68% 0.4% -
HSV(B) 346.96º 0.81% 0.67% -
XYZ 17.96 9.93 5.53 -
YUV 76.68 119.72 194.56 -
System Red Green Blue C M Y K H S L
Decimal 170 32 62 0 0.81 0.64 0.33 346.96 0.68 0.4
Hex AA 20 3E 0 51 40 21 15B 44 28
Octal 252 40 76 0 121 100 41 533 104 50
Binary 10101010 100000 111110 0 1010001 1000000 100001 101011011 1000100 101000

Color Harmonies of #AA203E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA203E

Black with #AA203E

Text Example


Text Example

White with #AA203E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA203E; }

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

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

background-color css

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

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

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

border-color css

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

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

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