Html Css Color HEX #AA2039 Cardinal

📋 copy color: '#AA2039'

red 170 ◦ green 32 ◦ blue 57

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

Shades of Cardinal #AA2039

Tints of Cardinal #AA2039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 22.01%

R = 65.64%
G = 12.36%
B = 22.01%

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

#AA2039 (or 0xAA2039) is known color: Cardinal. HEX triplet: AA, 20 and 39. RGB value is (170,32,57). Sum of RGB (Red+Green+Blue) = 170+32+57=259 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.64% from 259); Green value is 32 (12.89% from 255 or 12.36% from 259); Blue value is 57 (22.66% from 255 or 22.01% from 259); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2039 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2039 is #55DFC6. Grayscale: #4C4C4C. Windows color (decimal): -5627847 or 3743914. OLE color: 3743914.

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

Color convert

RGB 170 32 57 -
CMYK 0 0.81 0.66 0.33
HSL 349.13º 0.68% 0.4% -
HSV(B) 349.13º 0.81% 0.67% -
XYZ 17.83 9.87 4.84 -
YUV 76.11 117.22 194.97 -
System Red Green Blue C M Y K H S L
Decimal 170 32 57 0 0.81 0.66 0.33 349.13 0.68 0.4
Hex AA 20 39 0 51 42 21 15D 44 28
Octal 252 40 71 0 121 102 41 535 104 50
Binary 10101010 100000 111001 0 1010001 1000010 100001 101011101 1000100 101000

Color Harmonies of #AA2039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2039

Black with #AA2039

Text Example


Text Example

White with #AA2039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2039; }

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

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

background-color css

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

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

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

border-color css

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

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

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