Shades of Cardinal #AC1337
Tints of Cardinal #AC1337
RGB
CMYK
RGB Variations
Color information
#AC1337 (or 0xAC1337) is known color: Cardinal. HEX triplet: AC, 13 and 37. RGB value is (172,19,55). Sum of RGB (Red+Green+Blue) = 172+19+55=246 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.92% from 246); Green value is 19 (7.81% from 255 or 7.72% from 246); Blue value is 55 (21.88% from 255 or 22.36% from 246); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1337 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1337 is #53ECC8. Grayscale: #444444. Windows color (decimal): -5500105 or 3609516. OLE color: 3609516.
HSL color Cylindrical-coordinate representation of color #AC1337: hue angle of 345.88º 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 #AC1337 is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 19 | 55 | - |
| CMYK | 0 | 0.89 | 0.68 | 0.33 |
| HSL | 345.88º | 0.8% | 0.37% | - |
| HSV(B) | 345.88º | 0.89% | 0.67% | - |
| XYZ | 17.94 | 9.51 | 4.51 | - |
| YUV | 68.85 | 120.19 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 19 | 55 | 0 | 0.89 | 0.68 | 0.33 | 345.88 | 0.8 | 0.37 |
| Hex | AC | 13 | 37 | 0 | 59 | 44 | 21 | 15A | 50 | 25 |
| Octal | 254 | 23 | 67 | 0 | 131 | 104 | 41 | 532 | 120 | 45 |
| Binary | 10101100 | 10011 | 110111 | 0 | 1011001 | 1000100 | 100001 | 101011010 | 1010000 | 100101 |
Color Harmonies of #AC1337
Complementary color
Monochromatic Colors of #AC1337
Black with #AC1337
Text Example
Text Example
White with #AC1337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1337; }
p { color: rgb(172,19,55); }
H1.HeaderClassName
{
color: #AC1337;
}
.AnyTagClassName
{
color: #AC1337;
}
</style>
background-color css
<style>
a { background-color: #AC1337; }
a { background-color: rgb(172,19,55); }
div.DivClassName
{
background-color: #AC1337;
}
.BgClassName
{
background-color: #AC1337;
}
</style>
border-color css
<style>
span { border-color: #AC1337; }
span { border-color: rgb(172,19,55); }
td.TdClassName
{
border-color: #AC1337;
}
.TagClassName
{
border-color: #AC1337;
}
</style>