Html Css Color HEX #AA053A Cardinal

📋 copy color: '#AA053A'

red 170 ◦ green 5 ◦ blue 58

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

Shades of Cardinal #AA053A

Tints of Cardinal #AA053A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.15%

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

R = 72.96%
G = 2.15%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AA053A (or 0xAA053A) is known color: Cardinal. HEX triplet: AA, 05 and 3A. RGB value is (170,5,58). Sum of RGB (Red+Green+Blue) = 170+5+58=233 (30% of max value = 765). Red value is 170 (66.80% from 255 or 72.96% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 58 (23.05% from 255 or 24.89% from 233); Max value from RGB is 170 - color contains mainly: red. Hex color #AA053A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA053A is #55FAC5. Grayscale: #3C3C3C. Windows color (decimal): -5634758 or 3802538. OLE color: 3802538.

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

Color convert

RGB 170 5 58 -
CMYK 0 0.97 0.66 0.33
HSL 340.73º 0.94% 0.34% -
HSV(B) 340.73º 0.97% 0.67% -
XYZ 17.4 8.96 4.82 -
YUV 60.38 126.66 206.19 -
System Red Green Blue C M Y K H S L
Decimal 170 5 58 0 0.97 0.66 0.33 340.73 0.94 0.34
Hex AA 5 3A 0 61 42 21 155 5E 22
Octal 252 5 72 0 141 102 41 525 136 42
Binary 10101010 101 111010 0 1100001 1000010 100001 101010101 1011110 100010

Color Harmonies of #AA053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA053A

Black with #AA053A

Text Example


Text Example

White with #AA053A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA053A; }

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

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

background-color css

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

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

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

border-color css

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

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

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