Shades of Cardinal #AC142A
Tints of Cardinal #AC142A
RGB
CMYK
RGB Variations
Color information
#AC142A (or 0xAC142A) is known color: Cardinal. HEX triplet: AC, 14 and 2A. RGB value is (172,20,42). Sum of RGB (Red+Green+Blue) = 172+20+42=234 (30% of max value = 765). Red value is 172 (67.58% from 255 or 73.50% from 234); Green value is 20 (8.20% from 255 or 8.55% from 234); Blue value is 42 (16.80% from 255 or 17.95% from 234); Max value from RGB is 172 - color contains mainly: red. Hex color #AC142A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC142A is #53EBD5. Grayscale: #444444. Windows color (decimal): -5499862 or 2757804. OLE color: 2757804.
HSL color Cylindrical-coordinate representation of color #AC142A: hue angle of 351.32º 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 #AC142A is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 20 | 42 | - |
| CMYK | 0 | 0.88 | 0.76 | 0.33 |
| HSL | 351.32º | 0.79% | 0.38% | - |
| HSV(B) | 351.32º | 0.88% | 0.67% | - |
| XYZ | 17.68 | 9.44 | 3.08 | - |
| YUV | 67.96 | 113.36 | 202.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 20 | 42 | 0 | 0.88 | 0.76 | 0.33 | 351.32 | 0.79 | 0.38 |
| Hex | AC | 14 | 2A | 0 | 58 | 4C | 21 | 15F | 4F | 26 |
| Octal | 254 | 24 | 52 | 0 | 130 | 114 | 41 | 537 | 117 | 46 |
| Binary | 10101100 | 10100 | 101010 | 0 | 1011000 | 1001100 | 100001 | 101011111 | 1001111 | 100110 |
Color Harmonies of #AC142A
Complementary color
Monochromatic Colors of #AC142A
Black with #AC142A
Text Example
Text Example
White with #AC142A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC142A; }
p { color: rgb(172,20,42); }
H1.HeaderClassName
{
color: #AC142A;
}
.AnyTagClassName
{
color: #AC142A;
}
</style>
background-color css
<style>
a { background-color: #AC142A; }
a { background-color: rgb(172,20,42); }
div.DivClassName
{
background-color: #AC142A;
}
.BgClassName
{
background-color: #AC142A;
}
</style>
border-color css
<style>
span { border-color: #AC142A; }
span { border-color: rgb(172,20,42); }
td.TdClassName
{
border-color: #AC142A;
}
.TagClassName
{
border-color: #AC142A;
}
</style>