Html Css Color HEX #AA1644 Cardinal

📋 copy color: '#AA1644'

red 170 ◦ green 22 ◦ blue 68

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

Shades of Cardinal #AA1644

Tints of Cardinal #AA1644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 26.15%

R = 65.38%
G = 8.46%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.6

 K value IS 0.33

RGB Variations

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

Color information

#AA1644 (or 0xAA1644) is known color: Cardinal. HEX triplet: AA, 16 and 44. RGB value is (170,22,68). Sum of RGB (Red+Green+Blue) = 170+22+68=260 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.38% from 260); Green value is 22 (8.98% from 255 or 8.46% from 260); Blue value is 68 (26.95% from 255 or 26.15% from 260); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1644 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1644 is #55E9BB. Grayscale: #474747. Windows color (decimal): -5630396 or 4462250. OLE color: 4462250.

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

Color convert

RGB 170 22 68 -
CMYK 0 0.87 0.6 0.33
HSL 341.35º 0.77% 0.38% -
HSV(B) 341.35º 0.87% 0.67% -
XYZ 17.91 9.54 6.37 -
YUV 71.5 126.03 198.26 -
System Red Green Blue C M Y K H S L
Decimal 170 22 68 0 0.87 0.6 0.33 341.35 0.77 0.38
Hex AA 16 44 0 57 3C 21 155 4D 26
Octal 252 26 104 0 127 74 41 525 115 46
Binary 10101010 10110 1000100 0 1010111 111100 100001 101010101 1001101 100110

Color Harmonies of #AA1644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1644

Black with #AA1644

Text Example


Text Example

White with #AA1644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1644; }

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

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

background-color css

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

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

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

border-color css

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

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

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