Shades of Cardinal #AC1443
Tints of Cardinal #AC1443
RGB
CMYK
RGB Variations
Color information
#AC1443 (or 0xAC1443) is known color: Cardinal. HEX triplet: AC, 14 and 43. RGB value is (172,20,67). Sum of RGB (Red+Green+Blue) = 172+20+67=259 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.41% from 259); Green value is 20 (8.20% from 255 or 7.72% from 259); Blue value is 67 (26.56% from 255 or 25.87% from 259); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1443 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1443 is #53EBBC. Grayscale: #464646. Windows color (decimal): -5499837 or 4396204. OLE color: 4396204.
HSL color Cylindrical-coordinate representation of color #AC1443: hue angle of 341.45º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC1443 is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 20 | 67 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.33 |
| HSL | 341.45º | 0.79% | 0.38% | - |
| HSV(B) | 341.45º | 0.88% | 0.67% | - |
| XYZ | 18.28 | 9.68 | 6.21 | - |
| YUV | 70.81 | 125.86 | 200.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 20 | 67 | 0 | 0.88 | 0.61 | 0.33 | 341.45 | 0.79 | 0.38 |
| Hex | AC | 14 | 43 | 0 | 58 | 3D | 21 | 155 | 4F | 26 |
| Octal | 254 | 24 | 103 | 0 | 130 | 75 | 41 | 525 | 117 | 46 |
| Binary | 10101100 | 10100 | 1000011 | 0 | 1011000 | 111101 | 100001 | 101010101 | 1001111 | 100110 |
Color Harmonies of #AC1443
Complementary color
Monochromatic Colors of #AC1443
Black with #AC1443
Text Example
Text Example
White with #AC1443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1443; }
p { color: rgb(172,20,67); }
H1.HeaderClassName
{
color: #AC1443;
}
.AnyTagClassName
{
color: #AC1443;
}
</style>
background-color css
<style>
a { background-color: #AC1443; }
a { background-color: rgb(172,20,67); }
div.DivClassName
{
background-color: #AC1443;
}
.BgClassName
{
background-color: #AC1443;
}
</style>
border-color css
<style>
span { border-color: #AC1443; }
span { border-color: rgb(172,20,67); }
td.TdClassName
{
border-color: #AC1443;
}
.TagClassName
{
border-color: #AC1443;
}
</style>