Shades of Cardinal #AC1427
Tints of Cardinal #AC1427
RGB
CMYK
RGB Variations
Color information
#AC1427 (or 0xAC1427) is known color: Cardinal. HEX triplet: AC, 14 and 27. RGB value is (172,20,39). Sum of RGB (Red+Green+Blue) = 172+20+39=231 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.46% from 231); Green value is 20 (8.20% from 255 or 8.66% from 231); Blue value is 39 (15.62% from 255 or 16.88% from 231); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1427 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1427 is #53EBD8. Grayscale: #434343. Windows color (decimal): -5499865 or 2561196. OLE color: 2561196.
HSL color Cylindrical-coordinate representation of color #AC1427: hue angle of 352.5º 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 #AC1427 is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 20 | 39 | - |
| CMYK | 0 | 0.88 | 0.77 | 0.33 |
| HSL | 352.5º | 0.79% | 0.38% | - |
| HSV(B) | 352.5º | 0.88% | 0.67% | - |
| XYZ | 17.63 | 9.42 | 2.81 | - |
| YUV | 67.61 | 111.86 | 202.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 20 | 39 | 0 | 0.88 | 0.77 | 0.33 | 352.5 | 0.79 | 0.38 |
| Hex | AC | 14 | 27 | 0 | 58 | 4D | 21 | 160 | 4F | 26 |
| Octal | 254 | 24 | 47 | 0 | 130 | 115 | 41 | 540 | 117 | 46 |
| Binary | 10101100 | 10100 | 100111 | 0 | 1011000 | 1001101 | 100001 | 101100000 | 1001111 | 100110 |
Color Harmonies of #AC1427
Complementary color
Monochromatic Colors of #AC1427
Black with #AC1427
Text Example
Text Example
White with #AC1427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1427; }
p { color: rgb(172,20,39); }
H1.HeaderClassName
{
color: #AC1427;
}
.AnyTagClassName
{
color: #AC1427;
}
</style>
background-color css
<style>
a { background-color: #AC1427; }
a { background-color: rgb(172,20,39); }
div.DivClassName
{
background-color: #AC1427;
}
.BgClassName
{
background-color: #AC1427;
}
</style>
border-color css
<style>
span { border-color: #AC1427; }
span { border-color: rgb(172,20,39); }
td.TdClassName
{
border-color: #AC1427;
}
.TagClassName
{
border-color: #AC1427;
}
</style>