Html Css Color HEX #AA023A Cardinal

📋 copy color: '#AA023A'

red 170 ◦ green 2 ◦ blue 58

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

Shades of Cardinal #AA023A

Tints of Cardinal #AA023A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.87%

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

R = 73.91%
G = 0.87%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AA023A (or 0xAA023A) is known color: Cardinal. HEX triplet: AA, 02 and 3A. RGB value is (170,2,58). Sum of RGB (Red+Green+Blue) = 170+2+58=230 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.91% from 230); Green value is 2 (1.17% from 255 or 0.87% from 230); Blue value is 58 (23.05% from 255 or 25.22% from 230); Max value from RGB is 170 - color contains mainly: red. Hex color #AA023A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA023A is #55FDC5. Grayscale: #3A3A3A. Windows color (decimal): -5635526 or 3801770. OLE color: 3801770.

HSL color Cylindrical-coordinate representation of color #AA023A: hue angle of 340º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA023A is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 2 58 -
CMYK 0 0.99 0.66 0.33
HSL 340º 0.98% 0.34% -
HSV(B) 340º 0.99% 0.67% -
XYZ 17.36 8.89 4.8 -
YUV 58.62 127.66 207.45 -
System Red Green Blue C M Y K H S L
Decimal 170 2 58 0 0.99 0.66 0.33 340 0.98 0.34
Hex AA 2 3A 0 63 42 21 154 62 22
Octal 252 2 72 0 143 102 41 524 142 42
Binary 10101010 10 111010 0 1100011 1000010 100001 101010100 1100010 100010

Color Harmonies of #AA023A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA023A

Black with #AA023A

Text Example


Text Example

White with #AA023A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA023A; }

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

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

background-color css

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

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

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

border-color css

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

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

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