Html Css Color HEX #AA1737 Cardinal

📋 copy color: '#AA1737'

red 170 ◦ green 23 ◦ blue 55

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

Shades of Cardinal #AA1737

Tints of Cardinal #AA1737

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.27%

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

R = 68.55%
G = 9.27%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AA1737 (or 0xAA1737) is known color: Cardinal. HEX triplet: AA, 17 and 37. RGB value is (170,23,55). Sum of RGB (Red+Green+Blue) = 170+23+55=248 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.55% from 248); Green value is 23 (9.38% from 255 or 9.27% from 248); Blue value is 55 (21.88% from 255 or 22.18% from 248); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1737 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1737 is #55E8C8. Grayscale: #464646. Windows color (decimal): -5630153 or 3610538. OLE color: 3610538.

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

Color convert

RGB 170 23 55 -
CMYK 0 0.86 0.68 0.33
HSL 346.94º 0.76% 0.38% -
HSV(B) 346.94º 0.86% 0.67% -
XYZ 17.57 9.43 4.51 -
YUV 70.6 119.2 198.9 -
System Red Green Blue C M Y K H S L
Decimal 170 23 55 0 0.86 0.68 0.33 346.94 0.76 0.38
Hex AA 17 37 0 56 44 21 15B 4C 26
Octal 252 27 67 0 126 104 41 533 114 46
Binary 10101010 10111 110111 0 1010110 1000100 100001 101011011 1001100 100110

Color Harmonies of #AA1737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1737

Black with #AA1737

Text Example


Text Example

White with #AA1737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1737; }

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

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

background-color css

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

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

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

border-color css

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

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

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