Shades of Cardinal #AA183C
Tints of Cardinal #AA183C
RGB
CMYK
RGB Variations
Color information
#AA183C (or 0xAA183C) is known color: Cardinal. HEX triplet: AA, 18 and 3C. RGB value is (170,24,60). Sum of RGB (Red+Green+Blue) = 170+24+60=254 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.93% from 254); Green value is 24 (9.77% from 255 or 9.45% from 254); Blue value is 60 (23.83% from 255 or 23.62% from 254); Max value from RGB is 170 - color contains mainly: red. Hex color #AA183C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA183C is #55E7C3. Grayscale: #474747. Windows color (decimal): -5629892 or 3938474. OLE color: 3938474.
HSL color Cylindrical-coordinate representation of color #AA183C: hue angle of 345.21º degrees, saturation: 0.75, 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 #AA183C is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 24 | 60 | - |
| CMYK | 0 | 0.86 | 0.65 | 0.33 |
| HSL | 345.21º | 0.75% | 0.38% | - |
| HSV(B) | 345.21º | 0.86% | 0.67% | - |
| XYZ | 17.72 | 9.53 | 5.18 | - |
| YUV | 71.76 | 121.37 | 198.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 24 | 60 | 0 | 0.86 | 0.65 | 0.33 | 345.21 | 0.75 | 0.38 |
| Hex | AA | 18 | 3C | 0 | 56 | 41 | 21 | 159 | 4B | 26 |
| Octal | 252 | 30 | 74 | 0 | 126 | 101 | 41 | 531 | 113 | 46 |
| Binary | 10101010 | 11000 | 111100 | 0 | 1010110 | 1000001 | 100001 | 101011001 | 1001011 | 100110 |
Color Harmonies of #AA183C
Complementary color
Monochromatic Colors of #AA183C
Black with #AA183C
Text Example
Text Example
White with #AA183C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA183C; }
p { color: rgb(170,24,60); }
H1.HeaderClassName
{
color: #AA183C;
}
.AnyTagClassName
{
color: #AA183C;
}
</style>
background-color css
<style>
a { background-color: #AA183C; }
a { background-color: rgb(170,24,60); }
div.DivClassName
{
background-color: #AA183C;
}
.BgClassName
{
background-color: #AA183C;
}
</style>
border-color css
<style>
span { border-color: #AA183C; }
span { border-color: rgb(170,24,60); }
td.TdClassName
{
border-color: #AA183C;
}
.TagClassName
{
border-color: #AA183C;
}
</style>