Html Css Color HEX #AA1636 Cardinal

📋 copy color: '#AA1636'

red 170 ◦ green 22 ◦ blue 54

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

Shades of Cardinal #AA1636

Tints of Cardinal #AA1636

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 21.95%

R = 69.11%
G = 8.94%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AA1636 (or 0xAA1636) is known color: Cardinal. HEX triplet: AA, 16 and 36. RGB value is (170,22,54). Sum of RGB (Red+Green+Blue) = 170+22+54=246 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.11% from 246); Green value is 22 (8.98% from 255 or 8.94% from 246); Blue value is 54 (21.48% from 255 or 21.95% from 246); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1636 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1636 is #55E9C9. Grayscale: #454545. Windows color (decimal): -5630410 or 3544746. OLE color: 3544746.

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

Color convert

RGB 170 22 54 -
CMYK 0 0.87 0.68 0.33
HSL 347.03º 0.77% 0.38% -
HSV(B) 347.03º 0.87% 0.67% -
XYZ 17.53 9.39 4.38 -
YUV 69.9 119.03 199.4 -
System Red Green Blue C M Y K H S L
Decimal 170 22 54 0 0.87 0.68 0.33 347.03 0.77 0.38
Hex AA 16 36 0 57 44 21 15B 4D 26
Octal 252 26 66 0 127 104 41 533 115 46
Binary 10101010 10110 110110 0 1010111 1000100 100001 101011011 1001101 100110

Color Harmonies of #AA1636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1636

Black with #AA1636

Text Example


Text Example

White with #AA1636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1636; }

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

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

background-color css

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

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

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

border-color css

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

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

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