Html Css Color HEX #AA203F Cardinal

📋 copy color: '#AA203F'

red 170 ◦ green 32 ◦ blue 63

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

Shades of Cardinal #AA203F

Tints of Cardinal #AA203F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 23.77%

R = 64.15%
G = 12.08%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AA203F (or 0xAA203F) is known color: Cardinal. HEX triplet: AA, 20 and 3F. RGB value is (170,32,63). Sum of RGB (Red+Green+Blue) = 170+32+63=265 (35% of max value = 765). Red value is 170 (66.80% from 255 or 64.15% from 265); Green value is 32 (12.89% from 255 or 12.08% from 265); Blue value is 63 (25% from 255 or 23.77% from 265); Max value from RGB is 170 - color contains mainly: red. Hex color #AA203F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA203F is #55DFC0. Grayscale: #4C4C4C. Windows color (decimal): -5627841 or 4137130. OLE color: 4137130.

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

Color convert

RGB 170 32 63 -
CMYK 0 0.81 0.63 0.33
HSL 346.52º 0.68% 0.4% -
HSV(B) 346.52º 0.81% 0.67% -
XYZ 17.99 9.94 5.67 -
YUV 76.8 120.22 194.48 -
System Red Green Blue C M Y K H S L
Decimal 170 32 63 0 0.81 0.63 0.33 346.52 0.68 0.4
Hex AA 20 3F 0 51 3F 21 15B 44 28
Octal 252 40 77 0 121 77 41 533 104 50
Binary 10101010 100000 111111 0 1010001 111111 100001 101011011 1000100 101000

Color Harmonies of #AA203F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA203F

Black with #AA203F

Text Example


Text Example

White with #AA203F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA203F; }

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

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

background-color css

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

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

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

border-color css

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

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

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