Shades of Cardinal #AC1741
Tints of Cardinal #AC1741
RGB
CMYK
RGB Variations
Color information
#AC1741 (or 0xAC1741) is known color: Cardinal. HEX triplet: AC, 17 and 41. RGB value is (172,23,65). Sum of RGB (Red+Green+Blue) = 172+23+65=260 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.15% from 260); Green value is 23 (9.38% from 255 or 8.85% from 260); Blue value is 65 (25.78% from 255 or 25% from 260); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1741 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1741 is #53E8BE. Grayscale: #484848. Windows color (decimal): -5499071 or 4265900. OLE color: 4265900.
HSL color Cylindrical-coordinate representation of color #AC1741: hue angle of 343.09º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC1741 is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 23 | 65 | - |
| CMYK | 0 | 0.87 | 0.62 | 0.33 |
| HSL | 343.09º | 0.76% | 0.38% | - |
| HSV(B) | 343.09º | 0.87% | 0.67% | - |
| XYZ | 18.27 | 9.77 | 5.92 | - |
| YUV | 72.34 | 123.86 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 23 | 65 | 0 | 0.87 | 0.62 | 0.33 | 343.09 | 0.76 | 0.38 |
| Hex | AC | 17 | 41 | 0 | 57 | 3E | 21 | 157 | 4C | 26 |
| Octal | 254 | 27 | 101 | 0 | 127 | 76 | 41 | 527 | 114 | 46 |
| Binary | 10101100 | 10111 | 1000001 | 0 | 1010111 | 111110 | 100001 | 101010111 | 1001100 | 100110 |
Color Harmonies of #AC1741
Complementary color
Monochromatic Colors of #AC1741
Black with #AC1741
Text Example
Text Example
White with #AC1741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1741; }
p { color: rgb(172,23,65); }
H1.HeaderClassName
{
color: #AC1741;
}
.AnyTagClassName
{
color: #AC1741;
}
</style>
background-color css
<style>
a { background-color: #AC1741; }
a { background-color: rgb(172,23,65); }
div.DivClassName
{
background-color: #AC1741;
}
.BgClassName
{
background-color: #AC1741;
}
</style>
border-color css
<style>
span { border-color: #AC1741; }
span { border-color: rgb(172,23,65); }
td.TdClassName
{
border-color: #AC1741;
}
.TagClassName
{
border-color: #AC1741;
}
</style>