Shades of Cardinal #AC193E
Tints of Cardinal #AC193E
RGB
CMYK
RGB Variations
Color information
#AC193E (or 0xAC193E) is known color: Cardinal. HEX triplet: AC, 19 and 3E. RGB value is (172,25,62). Sum of RGB (Red+Green+Blue) = 172+25+62=259 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.41% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 62 (24.61% from 255 or 23.94% from 259); Max value from RGB is 172 - color contains mainly: red. Hex color #AC193E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC193E is #53E6C1. Grayscale: #494949. Windows color (decimal): -5498562 or 4069804. OLE color: 4069804.
HSL color Cylindrical-coordinate representation of color #AC193E: hue angle of 344.9º 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 #AC193E is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 25 | 62 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.33 |
| HSL | 344.9º | 0.75% | 0.39% | - |
| HSV(B) | 344.9º | 0.85% | 0.67% | - |
| XYZ | 18.23 | 9.81 | 5.49 | - |
| YUV | 73.17 | 121.7 | 198.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 25 | 62 | 0 | 0.85 | 0.64 | 0.33 | 344.9 | 0.75 | 0.39 |
| Hex | AC | 19 | 3E | 0 | 55 | 40 | 21 | 159 | 4B | 27 |
| Octal | 254 | 31 | 76 | 0 | 125 | 100 | 41 | 531 | 113 | 47 |
| Binary | 10101100 | 11001 | 111110 | 0 | 1010101 | 1000000 | 100001 | 101011001 | 1001011 | 100111 |
Color Harmonies of #AC193E
Complementary color
Monochromatic Colors of #AC193E
Black with #AC193E
Text Example
Text Example
White with #AC193E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC193E; }
p { color: rgb(172,25,62); }
H1.HeaderClassName
{
color: #AC193E;
}
.AnyTagClassName
{
color: #AC193E;
}
</style>
background-color css
<style>
a { background-color: #AC193E; }
a { background-color: rgb(172,25,62); }
div.DivClassName
{
background-color: #AC193E;
}
.BgClassName
{
background-color: #AC193E;
}
</style>
border-color css
<style>
span { border-color: #AC193E; }
span { border-color: rgb(172,25,62); }
td.TdClassName
{
border-color: #AC193E;
}
.TagClassName
{
border-color: #AC193E;
}
</style>