Shades of Cardinal #AC1841
Tints of Cardinal #AC1841
RGB
CMYK
RGB Variations
Color information
#AC1841 (or 0xAC1841) is known color: Cardinal. HEX triplet: AC, 18 and 41. RGB value is (172,24,65). Sum of RGB (Red+Green+Blue) = 172+24+65=261 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.90% from 261); Green value is 24 (9.77% from 255 or 9.20% from 261); Blue value is 65 (25.78% from 255 or 24.90% from 261); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1841 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1841 is #53E7BE. Grayscale: #484848. Windows color (decimal): -5498815 or 4266156. OLE color: 4266156.
HSL color Cylindrical-coordinate representation of color #AC1841: hue angle of 343.38º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AC1841 is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 24 | 65 | - |
| CMYK | 0 | 0.86 | 0.62 | 0.33 |
| HSL | 343.38º | 0.76% | 0.38% | - |
| HSV(B) | 343.38º | 0.86% | 0.67% | - |
| XYZ | 18.29 | 9.81 | 5.93 | - |
| YUV | 72.93 | 123.53 | 198.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 24 | 65 | 0 | 0.86 | 0.62 | 0.33 | 343.38 | 0.76 | 0.38 |
| Hex | AC | 18 | 41 | 0 | 56 | 3E | 21 | 157 | 4C | 26 |
| Octal | 254 | 30 | 101 | 0 | 126 | 76 | 41 | 527 | 114 | 46 |
| Binary | 10101100 | 11000 | 1000001 | 0 | 1010110 | 111110 | 100001 | 101010111 | 1001100 | 100110 |
Color Harmonies of #AC1841
Complementary color
Monochromatic Colors of #AC1841
Black with #AC1841
Text Example
Text Example
White with #AC1841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1841; }
p { color: rgb(172,24,65); }
H1.HeaderClassName
{
color: #AC1841;
}
.AnyTagClassName
{
color: #AC1841;
}
</style>
background-color css
<style>
a { background-color: #AC1841; }
a { background-color: rgb(172,24,65); }
div.DivClassName
{
background-color: #AC1841;
}
.BgClassName
{
background-color: #AC1841;
}
</style>
border-color css
<style>
span { border-color: #AC1841; }
span { border-color: rgb(172,24,65); }
td.TdClassName
{
border-color: #AC1841;
}
.TagClassName
{
border-color: #AC1841;
}
</style>