Shades of Cardinal #AC132D
Tints of Cardinal #AC132D
RGB
CMYK
RGB Variations
Color information
#AC132D (or 0xAC132D) is known color: Cardinal. HEX triplet: AC, 13 and 2D. RGB value is (172,19,45). Sum of RGB (Red+Green+Blue) = 172+19+45=236 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.88% from 236); Green value is 19 (7.81% from 255 or 8.05% from 236); Blue value is 45 (17.97% from 255 or 19.07% from 236); Max value from RGB is 172 - color contains mainly: red. Hex color #AC132D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC132D is #53ECD2. Grayscale: #434343. Windows color (decimal): -5500115 or 2954156. OLE color: 2954156.
HSL color Cylindrical-coordinate representation of color #AC132D: hue angle of 349.8º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC132D is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 19 | 45 | - |
| CMYK | 0 | 0.89 | 0.74 | 0.33 |
| HSL | 349.8º | 0.8% | 0.37% | - |
| HSV(B) | 349.8º | 0.89% | 0.67% | - |
| XYZ | 17.72 | 9.43 | 3.37 | - |
| YUV | 67.71 | 115.19 | 202.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 19 | 45 | 0 | 0.89 | 0.74 | 0.33 | 349.8 | 0.8 | 0.37 |
| Hex | AC | 13 | 2D | 0 | 59 | 4A | 21 | 15E | 50 | 25 |
| Octal | 254 | 23 | 55 | 0 | 131 | 112 | 41 | 536 | 120 | 45 |
| Binary | 10101100 | 10011 | 101101 | 0 | 1011001 | 1001010 | 100001 | 101011110 | 1010000 | 100101 |
Color Harmonies of #AC132D
Complementary color
Monochromatic Colors of #AC132D
Black with #AC132D
Text Example
Text Example
White with #AC132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC132D; }
p { color: rgb(172,19,45); }
H1.HeaderClassName
{
color: #AC132D;
}
.AnyTagClassName
{
color: #AC132D;
}
</style>
background-color css
<style>
a { background-color: #AC132D; }
a { background-color: rgb(172,19,45); }
div.DivClassName
{
background-color: #AC132D;
}
.BgClassName
{
background-color: #AC132D;
}
</style>
border-color css
<style>
span { border-color: #AC132D; }
span { border-color: rgb(172,19,45); }
td.TdClassName
{
border-color: #AC132D;
}
.TagClassName
{
border-color: #AC132D;
}
</style>