Html Css Color HEX #AA2041 Cardinal

📋 copy color: '#AA2041'

red 170 ◦ green 32 ◦ blue 65

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

Shades of Cardinal #AA2041

Tints of Cardinal #AA2041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 24.34%

R = 63.67%
G = 11.99%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AA2041 (or 0xAA2041) is known color: Cardinal. HEX triplet: AA, 20 and 41. RGB value is (170,32,65). Sum of RGB (Red+Green+Blue) = 170+32+65=267 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.67% from 267); Green value is 32 (12.89% from 255 or 11.99% from 267); Blue value is 65 (25.78% from 255 or 24.34% from 267); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2041 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2041 is #55DFBE. Grayscale: #4D4D4D. Windows color (decimal): -5627839 or 4268202. OLE color: 4268202.

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

Color convert

RGB 170 32 65 -
CMYK 0 0.81 0.62 0.33
HSL 345.65º 0.68% 0.4% -
HSV(B) 345.65º 0.81% 0.67% -
XYZ 18.05 9.96 5.97 -
YUV 77.02 121.22 194.32 -
System Red Green Blue C M Y K H S L
Decimal 170 32 65 0 0.81 0.62 0.33 345.65 0.68 0.4
Hex AA 20 41 0 51 3E 21 15A 44 28
Octal 252 40 101 0 121 76 41 532 104 50
Binary 10101010 100000 1000001 0 1010001 111110 100001 101011010 1000100 101000

Color Harmonies of #AA2041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2041

Black with #AA2041

Text Example


Text Example

White with #AA2041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2041; }

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

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

background-color css

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

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

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

border-color css

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

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

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