Html Css Color HEX #AA1637 Cardinal

📋 copy color: '#AA1637'

red 170 ◦ green 22 ◦ blue 55

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

Shades of Cardinal #AA1637

Tints of Cardinal #AA1637

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 22.27%

R = 68.83%
G = 8.91%
B = 22.27%

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

#AA1637 (or 0xAA1637) is known color: Cardinal. HEX triplet: AA, 16 and 37. RGB value is (170,22,55). Sum of RGB (Red+Green+Blue) = 170+22+55=247 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.83% from 247); Green value is 22 (8.98% from 255 or 8.91% from 247); Blue value is 55 (21.88% from 255 or 22.27% from 247); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1637 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1637 is #55E9C8. Grayscale: #464646. Windows color (decimal): -5630409 or 3610282. OLE color: 3610282.

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

Color convert

RGB 170 22 55 -
CMYK 0 0.87 0.68 0.33
HSL 346.62º 0.77% 0.38% -
HSV(B) 346.62º 0.87% 0.67% -
XYZ 17.55 9.4 4.5 -
YUV 70.01 119.53 199.32 -
System Red Green Blue C M Y K H S L
Decimal 170 22 55 0 0.87 0.68 0.33 346.62 0.77 0.38
Hex AA 16 37 0 57 44 21 15B 4D 26
Octal 252 26 67 0 127 104 41 533 115 46
Binary 10101010 10110 110111 0 1010111 1000100 100001 101011011 1001101 100110

Color Harmonies of #AA1637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1637

Black with #AA1637

Text Example


Text Example

White with #AA1637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1637; }

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

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

background-color css

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

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

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

border-color css

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

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

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