Html Css Color HEX #AA1640 Cardinal

📋 copy color: '#AA1640'

red 170 ◦ green 22 ◦ blue 64

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

Shades of Cardinal #AA1640

Tints of Cardinal #AA1640

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.59%

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

R = 66.41%
G = 8.59%
B = 25%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AA1640 (or 0xAA1640) is known color: Cardinal. HEX triplet: AA, 16 and 40. RGB value is (170,22,64). Sum of RGB (Red+Green+Blue) = 170+22+64=256 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.41% from 256); Green value is 22 (8.98% from 255 or 8.59% from 256); Blue value is 64 (25.39% from 255 or 25% from 256); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1640 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1640 is #55E9BF. Grayscale: #474747. Windows color (decimal): -5630400 or 4200106. OLE color: 4200106.

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

Color convert

RGB 170 22 64 -
CMYK 0 0.87 0.62 0.33
HSL 342.97º 0.77% 0.38% -
HSV(B) 342.97º 0.87% 0.67% -
XYZ 17.79 9.49 5.74 -
YUV 71.04 124.03 198.58 -
System Red Green Blue C M Y K H S L
Decimal 170 22 64 0 0.87 0.62 0.33 342.97 0.77 0.38
Hex AA 16 40 0 57 3E 21 157 4D 26
Octal 252 26 100 0 127 76 41 527 115 46
Binary 10101010 10110 1000000 0 1010111 111110 100001 101010111 1001101 100110

Color Harmonies of #AA1640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1640

Black with #AA1640

Text Example


Text Example

White with #AA1640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1640; }

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

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

background-color css

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

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

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

border-color css

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

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

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