Html Css Color HEX #AA1932 Cardinal

📋 copy color: '#AA1932'

red 170 ◦ green 25 ◦ blue 50

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

Shades of Cardinal #AA1932

Tints of Cardinal #AA1932

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.2%

 BLUE value IS 50 (19.92% from 255) = 20.41%

R = 69.39%
G = 10.2%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AA1932 (or 0xAA1932) is known color: Cardinal. HEX triplet: AA, 19 and 32. RGB value is (170,25,50). Sum of RGB (Red+Green+Blue) = 170+25+50=245 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.39% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 50 (19.92% from 255 or 20.41% from 245); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1932 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1932 is #55E6CD. Grayscale: #474747. Windows color (decimal): -5629646 or 3283370. OLE color: 3283370.

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

Color convert

RGB 170 25 50 -
CMYK 0 0.85 0.71 0.33
HSL 349.66º 0.74% 0.38% -
HSV(B) 349.66º 0.85% 0.67% -
XYZ 17.5 9.47 3.92 -
YUV 71.21 116.04 198.47 -
System Red Green Blue C M Y K H S L
Decimal 170 25 50 0 0.85 0.71 0.33 349.66 0.74 0.38
Hex AA 19 32 0 55 47 21 15E 4A 26
Octal 252 31 62 0 125 107 41 536 112 46
Binary 10101010 11001 110010 0 1010101 1000111 100001 101011110 1001010 100110

Color Harmonies of #AA1932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1932

Black with #AA1932

Text Example


Text Example

White with #AA1932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1932; }

 p { color: rgb(170,25,50); }

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

background-color css

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

 a { background-color: rgb(170,25,50); }

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

border-color css

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

 span { border-color: rgb(170,25,50); }

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