Html Css Color HEX #AA172B Cardinal

📋 copy color: '#AA172B'

red 170 ◦ green 23 ◦ blue 43

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

Shades of Cardinal #AA172B

Tints of Cardinal #AA172B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 18.22%

R = 72.03%
G = 9.75%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AA172B (or 0xAA172B) is known color: Cardinal. HEX triplet: AA, 17 and 2B. RGB value is (170,23,43). Sum of RGB (Red+Green+Blue) = 170+23+43=236 (31% of max value = 765). Red value is 170 (66.80% from 255 or 72.03% from 236); Green value is 23 (9.38% from 255 or 9.75% from 236); Blue value is 43 (17.19% from 255 or 18.22% from 236); Max value from RGB is 170 - color contains mainly: red. Hex color #AA172B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA172B is #55E8D4. Grayscale: #454545. Windows color (decimal): -5630165 or 2824106. OLE color: 2824106.

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

Color convert

RGB 170 23 43 -
CMYK 0 0.86 0.75 0.33
HSL 351.84º 0.76% 0.38% -
HSV(B) 351.84º 0.86% 0.67% -
XYZ 17.32 9.33 3.17 -
YUV 69.23 113.2 199.87 -
System Red Green Blue C M Y K H S L
Decimal 170 23 43 0 0.86 0.75 0.33 351.84 0.76 0.38
Hex AA 17 2B 0 56 4B 21 160 4C 26
Octal 252 27 53 0 126 113 41 540 114 46
Binary 10101010 10111 101011 0 1010110 1001011 100001 101100000 1001100 100110

Color Harmonies of #AA172B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA172B

Black with #AA172B

Text Example


Text Example

White with #AA172B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA172B; }

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

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

background-color css

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

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

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

border-color css

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

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

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