Shades of Cardinal #AC143F
Tints of Cardinal #AC143F
RGB
CMYK
RGB Variations
Color information
#AC143F (or 0xAC143F) is known color: Cardinal. HEX triplet: AC, 14 and 3F. RGB value is (172,20,63). Sum of RGB (Red+Green+Blue) = 172+20+63=255 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.45% from 255); Green value is 20 (8.20% from 255 or 7.84% from 255); Blue value is 63 (25% from 255 or 24.71% from 255); Max value from RGB is 172 - color contains mainly: red. Hex color #AC143F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC143F is #53EBC0. Grayscale: #464646. Windows color (decimal): -5499841 or 4134060. OLE color: 4134060.
HSL color Cylindrical-coordinate representation of color #AC143F: hue angle of 343.03º 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 #AC143F is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 20 | 63 | - |
| CMYK | 0 | 0.88 | 0.63 | 0.33 |
| HSL | 343.03º | 0.79% | 0.38% | - |
| HSV(B) | 343.03º | 0.88% | 0.67% | - |
| XYZ | 18.16 | 9.63 | 5.6 | - |
| YUV | 70.35 | 123.86 | 200.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 20 | 63 | 0 | 0.88 | 0.63 | 0.33 | 343.03 | 0.79 | 0.38 |
| Hex | AC | 14 | 3F | 0 | 58 | 3F | 21 | 157 | 4F | 26 |
| Octal | 254 | 24 | 77 | 0 | 130 | 77 | 41 | 527 | 117 | 46 |
| Binary | 10101100 | 10100 | 111111 | 0 | 1011000 | 111111 | 100001 | 101010111 | 1001111 | 100110 |
Color Harmonies of #AC143F
Complementary color
Monochromatic Colors of #AC143F
Black with #AC143F
Text Example
Text Example
White with #AC143F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC143F; }
p { color: rgb(172,20,63); }
H1.HeaderClassName
{
color: #AC143F;
}
.AnyTagClassName
{
color: #AC143F;
}
</style>
background-color css
<style>
a { background-color: #AC143F; }
a { background-color: rgb(172,20,63); }
div.DivClassName
{
background-color: #AC143F;
}
.BgClassName
{
background-color: #AC143F;
}
</style>
border-color css
<style>
span { border-color: #AC143F; }
span { border-color: rgb(172,20,63); }
td.TdClassName
{
border-color: #AC143F;
}
.TagClassName
{
border-color: #AC143F;
}
</style>