Html Css Color HEX #AA193C Cardinal

📋 copy color: '#AA193C'

red 170 ◦ green 25 ◦ blue 60

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

Shades of Cardinal #AA193C

Tints of Cardinal #AA193C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 23.53%

R = 66.67%
G = 9.8%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AA193C (or 0xAA193C) is known color: Cardinal. HEX triplet: AA, 19 and 3C. RGB value is (170,25,60). Sum of RGB (Red+Green+Blue) = 170+25+60=255 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.67% from 255); Green value is 25 (10.16% from 255 or 9.80% from 255); Blue value is 60 (23.83% from 255 or 23.53% from 255); Max value from RGB is 170 - color contains mainly: red. Hex color #AA193C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA193C is #55E6C3. Grayscale: #484848. Windows color (decimal): -5629636 or 3938730. OLE color: 3938730.

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

Color convert

RGB 170 25 60 -
CMYK 0 0.85 0.65 0.33
HSL 345.52º 0.74% 0.38% -
HSV(B) 345.52º 0.85% 0.67% -
XYZ 17.74 9.57 5.19 -
YUV 72.35 121.04 197.65 -
System Red Green Blue C M Y K H S L
Decimal 170 25 60 0 0.85 0.65 0.33 345.52 0.74 0.38
Hex AA 19 3C 0 55 41 21 15A 4A 26
Octal 252 31 74 0 125 101 41 532 112 46
Binary 10101010 11001 111100 0 1010101 1000001 100001 101011010 1001010 100110

Color Harmonies of #AA193C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA193C

Black with #AA193C

Text Example


Text Example

White with #AA193C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA193C; }

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

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

background-color css

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

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

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

border-color css

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

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

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