Shades of Cardinal #AC1E3A
Tints of Cardinal #AC1E3A
RGB
CMYK
RGB Variations
Color information
#AC1E3A (or 0xAC1E3A) is known color: Cardinal. HEX triplet: AC, 1E and 3A. RGB value is (172,30,58). Sum of RGB (Red+Green+Blue) = 172+30+58=260 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.15% from 260); Green value is 30 (12.11% from 255 or 11.54% from 260); Blue value is 58 (23.05% from 255 or 22.31% from 260); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1E3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1E3A is #53E1C5. Grayscale: #4B4B4B. Windows color (decimal): -5497286 or 3808940. OLE color: 3808940.
HSL color Cylindrical-coordinate representation of color #AC1E3A: hue angle of 348.17º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC1E3A is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 30 | 58 | - |
| CMYK | 0 | 0.83 | 0.66 | 0.33 |
| HSL | 348.17º | 0.7% | 0.4% | - |
| HSV(B) | 348.17º | 0.83% | 0.67% | - |
| XYZ | 18.24 | 10 | 4.97 | - |
| YUV | 75.65 | 118.04 | 196.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 30 | 58 | 0 | 0.83 | 0.66 | 0.33 | 348.17 | 0.7 | 0.4 |
| Hex | AC | 1E | 3A | 0 | 53 | 42 | 21 | 15C | 46 | 28 |
| Octal | 254 | 36 | 72 | 0 | 123 | 102 | 41 | 534 | 106 | 50 |
| Binary | 10101100 | 11110 | 111010 | 0 | 1010011 | 1000010 | 100001 | 101011100 | 1000110 | 101000 |
Color Harmonies of #AC1E3A
Complementary color
Monochromatic Colors of #AC1E3A
Black with #AC1E3A
Text Example
Text Example
White with #AC1E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1E3A; }
p { color: rgb(172,30,58); }
H1.HeaderClassName
{
color: #AC1E3A;
}
.AnyTagClassName
{
color: #AC1E3A;
}
</style>
background-color css
<style>
a { background-color: #AC1E3A; }
a { background-color: rgb(172,30,58); }
div.DivClassName
{
background-color: #AC1E3A;
}
.BgClassName
{
background-color: #AC1E3A;
}
</style>
border-color css
<style>
span { border-color: #AC1E3A; }
span { border-color: rgb(172,30,58); }
td.TdClassName
{
border-color: #AC1E3A;
}
.TagClassName
{
border-color: #AC1E3A;
}
</style>