Shades of Cardinal #AC1A41
Tints of Cardinal #AC1A41
RGB
CMYK
RGB Variations
Color information
#AC1A41 (or 0xAC1A41) is known color: Cardinal. HEX triplet: AC, 1A and 41. RGB value is (172,26,65). Sum of RGB (Red+Green+Blue) = 172+26+65=263 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.40% from 263); Green value is 26 (10.55% from 255 or 9.89% from 263); Blue value is 65 (25.78% from 255 or 24.71% from 263); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1A41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1A41 is #53E5BE. Grayscale: #4A4A4A. Windows color (decimal): -5498303 or 4266668. OLE color: 4266668.
HSL color Cylindrical-coordinate representation of color #AC1A41: hue angle of 343.97º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC1A41 is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 26 | 65 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.33 |
| HSL | 343.97º | 0.74% | 0.39% | - |
| HSV(B) | 343.97º | 0.85% | 0.67% | - |
| XYZ | 18.34 | 9.89 | 5.94 | - |
| YUV | 74.1 | 122.87 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 26 | 65 | 0 | 0.85 | 0.62 | 0.33 | 343.97 | 0.74 | 0.39 |
| Hex | AC | 1A | 41 | 0 | 55 | 3E | 21 | 158 | 4A | 27 |
| Octal | 254 | 32 | 101 | 0 | 125 | 76 | 41 | 530 | 112 | 47 |
| Binary | 10101100 | 11010 | 1000001 | 0 | 1010101 | 111110 | 100001 | 101011000 | 1001010 | 100111 |
Color Harmonies of #AC1A41
Complementary color
Monochromatic Colors of #AC1A41
Black with #AC1A41
Text Example
Text Example
White with #AC1A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1A41; }
p { color: rgb(172,26,65); }
H1.HeaderClassName
{
color: #AC1A41;
}
.AnyTagClassName
{
color: #AC1A41;
}
</style>
background-color css
<style>
a { background-color: #AC1A41; }
a { background-color: rgb(172,26,65); }
div.DivClassName
{
background-color: #AC1A41;
}
.BgClassName
{
background-color: #AC1A41;
}
</style>
border-color css
<style>
span { border-color: #AC1A41; }
span { border-color: rgb(172,26,65); }
td.TdClassName
{
border-color: #AC1A41;
}
.TagClassName
{
border-color: #AC1A41;
}
</style>