Shades of Cardinal #AC193A
Tints of Cardinal #AC193A
RGB
CMYK
RGB Variations
Color information
#AC193A (or 0xAC193A) is known color: Cardinal. HEX triplet: AC, 19 and 3A. RGB value is (172,25,58). Sum of RGB (Red+Green+Blue) = 172+25+58=255 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.45% from 255); Green value is 25 (10.16% from 255 or 9.80% from 255); Blue value is 58 (23.05% from 255 or 22.75% from 255); Max value from RGB is 172 - color contains mainly: red. Hex color #AC193A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC193A is #53E6C5. Grayscale: #484848. Windows color (decimal): -5498566 or 3807660. OLE color: 3807660.
HSL color Cylindrical-coordinate representation of color #AC193A: hue angle of 346.53º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC193A is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 25 | 58 | - |
| CMYK | 0 | 0.85 | 0.66 | 0.33 |
| HSL | 346.53º | 0.75% | 0.39% | - |
| HSV(B) | 346.53º | 0.85% | 0.67% | - |
| XYZ | 18.12 | 9.77 | 4.93 | - |
| YUV | 72.72 | 119.7 | 198.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 25 | 58 | 0 | 0.85 | 0.66 | 0.33 | 346.53 | 0.75 | 0.39 |
| Hex | AC | 19 | 3A | 0 | 55 | 42 | 21 | 15B | 4B | 27 |
| Octal | 254 | 31 | 72 | 0 | 125 | 102 | 41 | 533 | 113 | 47 |
| Binary | 10101100 | 11001 | 111010 | 0 | 1010101 | 1000010 | 100001 | 101011011 | 1001011 | 100111 |
Color Harmonies of #AC193A
Complementary color
Monochromatic Colors of #AC193A
Black with #AC193A
Text Example
Text Example
White with #AC193A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC193A; }
p { color: rgb(172,25,58); }
H1.HeaderClassName
{
color: #AC193A;
}
.AnyTagClassName
{
color: #AC193A;
}
</style>
background-color css
<style>
a { background-color: #AC193A; }
a { background-color: rgb(172,25,58); }
div.DivClassName
{
background-color: #AC193A;
}
.BgClassName
{
background-color: #AC193A;
}
</style>
border-color css
<style>
span { border-color: #AC193A; }
span { border-color: rgb(172,25,58); }
td.TdClassName
{
border-color: #AC193A;
}
.TagClassName
{
border-color: #AC193A;
}
</style>