Html Css Color HEX #AA1840 Cardinal

📋 copy color: '#AA1840'

red 170 ◦ green 24 ◦ blue 64

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

Shades of Cardinal #AA1840

Tints of Cardinal #AA1840

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.3%

 BLUE value IS 64 (25.39% from 255) = 24.81%

R = 65.89%
G = 9.3%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AA1840 (or 0xAA1840) is known color: Cardinal. HEX triplet: AA, 18 and 40. RGB value is (170,24,64). Sum of RGB (Red+Green+Blue) = 170+24+64=258 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.89% from 258); Green value is 24 (9.77% from 255 or 9.30% from 258); Blue value is 64 (25.39% from 255 or 24.81% from 258); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1840 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1840 is #55E7BF. Grayscale: #484848. Windows color (decimal): -5629888 or 4200618. OLE color: 4200618.

HSL color Cylindrical-coordinate representation of color #AA1840: hue angle of 343.56º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA1840 is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 24 64 -
CMYK 0 0.86 0.62 0.33
HSL 343.56º 0.75% 0.38% -
HSV(B) 343.56º 0.86% 0.67% -
XYZ 17.83 9.57 5.76 -
YUV 72.21 123.37 197.75 -
System Red Green Blue C M Y K H S L
Decimal 170 24 64 0 0.86 0.62 0.33 343.56 0.75 0.38
Hex AA 18 40 0 56 3E 21 158 4B 26
Octal 252 30 100 0 126 76 41 530 113 46
Binary 10101010 11000 1000000 0 1010110 111110 100001 101011000 1001011 100110

Color Harmonies of #AA1840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1840

Black with #AA1840

Text Example


Text Example

White with #AA1840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1840; }

 p { color: rgb(170,24,64); }

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

background-color css

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

 a { background-color: rgb(170,24,64); }

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

border-color css

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

 span { border-color: rgb(170,24,64); }

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