Html Css Color HEX #AA1837 Cardinal

📋 copy color: '#AA1837'

red 170 ◦ green 24 ◦ blue 55

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

Shades of Cardinal #AA1837

Tints of Cardinal #AA1837

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.64%

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

R = 68.27%
G = 9.64%
B = 22.09%

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

#AA1837 (or 0xAA1837) is known color: Cardinal. HEX triplet: AA, 18 and 37. RGB value is (170,24,55). Sum of RGB (Red+Green+Blue) = 170+24+55=249 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.27% from 249); Green value is 24 (9.77% from 255 or 9.64% from 249); Blue value is 55 (21.88% from 255 or 22.09% from 249); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1837 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1837 is #55E7C8. Grayscale: #474747. Windows color (decimal): -5629897 or 3610794. OLE color: 3610794.

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

Color convert

RGB 170 24 55 -
CMYK 0 0.86 0.68 0.33
HSL 347.26º 0.75% 0.38% -
HSV(B) 347.26º 0.86% 0.67% -
XYZ 17.59 9.48 4.52 -
YUV 71.19 118.87 198.48 -
System Red Green Blue C M Y K H S L
Decimal 170 24 55 0 0.86 0.68 0.33 347.26 0.75 0.38
Hex AA 18 37 0 56 44 21 15B 4B 26
Octal 252 30 67 0 126 104 41 533 113 46
Binary 10101010 11000 110111 0 1010110 1000100 100001 101011011 1001011 100110

Color Harmonies of #AA1837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1837

Black with #AA1837

Text Example


Text Example

White with #AA1837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1837; }

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

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

background-color css

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

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

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

border-color css

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

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

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