Html Css Color HEX #AA1731 Cardinal

📋 copy color: '#AA1731'

red 170 ◦ green 23 ◦ blue 49

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

Shades of Cardinal #AA1731

Tints of Cardinal #AA1731

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 20.25%

R = 70.25%
G = 9.5%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AA1731 (or 0xAA1731) is known color: Cardinal. HEX triplet: AA, 17 and 31. RGB value is (170,23,49). Sum of RGB (Red+Green+Blue) = 170+23+49=242 (32% of max value = 765). Red value is 170 (66.80% from 255 or 70.25% from 242); Green value is 23 (9.38% from 255 or 9.50% from 242); Blue value is 49 (19.53% from 255 or 20.25% from 242); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1731 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1731 is #55E8CE. Grayscale: #454545. Windows color (decimal): -5630159 or 3217322. OLE color: 3217322.

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

Color convert

RGB 170 23 49 -
CMYK 0 0.86 0.71 0.33
HSL 349.39º 0.76% 0.38% -
HSV(B) 349.39º 0.86% 0.67% -
XYZ 17.44 9.38 3.8 -
YUV 69.92 116.2 199.39 -
System Red Green Blue C M Y K H S L
Decimal 170 23 49 0 0.86 0.71 0.33 349.39 0.76 0.38
Hex AA 17 31 0 56 47 21 15D 4C 26
Octal 252 27 61 0 126 107 41 535 114 46
Binary 10101010 10111 110001 0 1010110 1000111 100001 101011101 1001100 100110

Color Harmonies of #AA1731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1731

Black with #AA1731

Text Example


Text Example

White with #AA1731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1731; }

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

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

background-color css

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

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

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

border-color css

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

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

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