Shades of Cardinal #AC1343
Tints of Cardinal #AC1343
RGB
CMYK
RGB Variations
Color information
#AC1343 (or 0xAC1343) is known color: Cardinal. HEX triplet: AC, 13 and 43. RGB value is (172,19,67). Sum of RGB (Red+Green+Blue) = 172+19+67=258 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.67% from 258); Green value is 19 (7.81% from 255 or 7.36% from 258); Blue value is 67 (26.56% from 255 or 25.97% from 258); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1343 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1343 is #53ECBC. Grayscale: #464646. Windows color (decimal): -5500093 or 4395948. OLE color: 4395948.
HSL color Cylindrical-coordinate representation of color #AC1343: hue angle of 341.18º 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 #AC1343 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 19 | 67 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.33 |
| HSL | 341.18º | 0.8% | 0.37% | - |
| HSV(B) | 341.18º | 0.89% | 0.67% | - |
| XYZ | 18.26 | 9.64 | 6.21 | - |
| YUV | 70.22 | 126.19 | 200.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 19 | 67 | 0 | 0.89 | 0.61 | 0.33 | 341.18 | 0.8 | 0.37 |
| Hex | AC | 13 | 43 | 0 | 59 | 3D | 21 | 155 | 50 | 25 |
| Octal | 254 | 23 | 103 | 0 | 131 | 75 | 41 | 525 | 120 | 45 |
| Binary | 10101100 | 10011 | 1000011 | 0 | 1011001 | 111101 | 100001 | 101010101 | 1010000 | 100101 |
Color Harmonies of #AC1343
Complementary color
Monochromatic Colors of #AC1343
Black with #AC1343
Text Example
Text Example
White with #AC1343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1343; }
p { color: rgb(172,19,67); }
H1.HeaderClassName
{
color: #AC1343;
}
.AnyTagClassName
{
color: #AC1343;
}
</style>
background-color css
<style>
a { background-color: #AC1343; }
a { background-color: rgb(172,19,67); }
div.DivClassName
{
background-color: #AC1343;
}
.BgClassName
{
background-color: #AC1343;
}
</style>
border-color css
<style>
span { border-color: #AC1343; }
span { border-color: rgb(172,19,67); }
td.TdClassName
{
border-color: #AC1343;
}
.TagClassName
{
border-color: #AC1343;
}
</style>