Html Css Color HEX #AA1A37 Cardinal

📋 copy color: '#AA1A37'

red 170 ◦ green 26 ◦ blue 55

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

Shades of Cardinal #AA1A37

Tints of Cardinal #AA1A37

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.36%

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

R = 67.73%
G = 10.36%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AA1A37 (or 0xAA1A37) is known color: Cardinal. HEX triplet: AA, 1A and 37. RGB value is (170,26,55). Sum of RGB (Red+Green+Blue) = 170+26+55=251 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.73% from 251); Green value is 26 (10.55% from 255 or 10.36% from 251); Blue value is 55 (21.88% from 255 or 21.91% from 251); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1A37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1A37 is #55E5C8. Grayscale: #484848. Windows color (decimal): -5629385 or 3611306. OLE color: 3611306.

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

Color convert

RGB 170 26 55 -
CMYK 0 0.85 0.68 0.33
HSL 347.92º 0.73% 0.38% -
HSV(B) 347.92º 0.85% 0.67% -
XYZ 17.64 9.56 4.53 -
YUV 72.36 118.21 197.64 -
System Red Green Blue C M Y K H S L
Decimal 170 26 55 0 0.85 0.68 0.33 347.92 0.73 0.38
Hex AA 1A 37 0 55 44 21 15C 49 26
Octal 252 32 67 0 125 104 41 534 111 46
Binary 10101010 11010 110111 0 1010101 1000100 100001 101011100 1001001 100110

Color Harmonies of #AA1A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1A37

Black with #AA1A37

Text Example


Text Example

White with #AA1A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1A37; }

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

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

background-color css

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

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

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

border-color css

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

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

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