Html Css Color HEX #AA1437 Cardinal

📋 copy color: '#AA1437'

red 170 ◦ green 20 ◦ blue 55

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

Shades of Cardinal #AA1437

Tints of Cardinal #AA1437

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.16%

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

R = 69.39%
G = 8.16%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AA1437 (or 0xAA1437) is known color: Cardinal. HEX triplet: AA, 14 and 37. RGB value is (170,20,55). Sum of RGB (Red+Green+Blue) = 170+20+55=245 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.39% from 245); Green value is 20 (8.20% from 255 or 8.16% from 245); Blue value is 55 (21.88% from 255 or 22.45% from 245); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1437 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1437 is #55EBC8. Grayscale: #444444. Windows color (decimal): -5630921 or 3609770. OLE color: 3609770.

HSL color Cylindrical-coordinate representation of color #AA1437: hue angle of 346º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA1437 is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 20 55 -
CMYK 0 0.88 0.68 0.33
HSL 346º 0.79% 0.37% -
HSV(B) 346º 0.88% 0.67% -
XYZ 17.52 9.32 4.49 -
YUV 68.84 120.2 200.15 -
System Red Green Blue C M Y K H S L
Decimal 170 20 55 0 0.88 0.68 0.33 346 0.79 0.37
Hex AA 14 37 0 58 44 21 15A 4F 25
Octal 252 24 67 0 130 104 41 532 117 45
Binary 10101010 10100 110111 0 1011000 1000100 100001 101011010 1001111 100101

Color Harmonies of #AA1437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1437

Black with #AA1437

Text Example


Text Example

White with #AA1437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1437; }

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

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

background-color css

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

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

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

border-color css

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

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

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