Html Css Color HEX #AA1337 Cardinal

📋 copy color: '#AA1337'

red 170 ◦ green 19 ◦ blue 55

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

Shades of Cardinal #AA1337

Tints of Cardinal #AA1337

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.79%

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

R = 69.67%
G = 7.79%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AA1337 (or 0xAA1337) is known color: Cardinal. HEX triplet: AA, 13 and 37. RGB value is (170,19,55). Sum of RGB (Red+Green+Blue) = 170+19+55=244 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.67% from 244); Green value is 19 (7.81% from 255 or 7.79% from 244); Blue value is 55 (21.88% from 255 or 22.54% from 244); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1337 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1337 is #55ECC8. Grayscale: #444444. Windows color (decimal): -5631177 or 3609514. OLE color: 3609514.

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

Color convert

RGB 170 19 55 -
CMYK 0 0.89 0.68 0.33
HSL 345.7º 0.8% 0.37% -
HSV(B) 345.7º 0.89% 0.67% -
XYZ 17.5 9.29 4.48 -
YUV 68.25 120.53 200.57 -
System Red Green Blue C M Y K H S L
Decimal 170 19 55 0 0.89 0.68 0.33 345.7 0.8 0.37
Hex AA 13 37 0 59 44 21 15A 50 25
Octal 252 23 67 0 131 104 41 532 120 45
Binary 10101010 10011 110111 0 1011001 1000100 100001 101011010 1010000 100101

Color Harmonies of #AA1337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1337

Black with #AA1337

Text Example


Text Example

White with #AA1337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1337; }

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

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

background-color css

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

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

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

border-color css

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

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

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