Shades of Cardinal #AC1A2E
Tints of Cardinal #AC1A2E
RGB
CMYK
RGB Variations
Color information
#AC1A2E (or 0xAC1A2E) is known color: Cardinal. HEX triplet: AC, 1A and 2E. RGB value is (172,26,46). Sum of RGB (Red+Green+Blue) = 172+26+46=244 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.49% from 244); Green value is 26 (10.55% from 255 or 10.66% from 244); Blue value is 46 (18.36% from 255 or 18.85% from 244); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1A2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1A2E is #53E5D1. Grayscale: #484848. Windows color (decimal): -5498322 or 3021484. OLE color: 3021484.
HSL color Cylindrical-coordinate representation of color #AC1A2E: hue angle of 351.78º 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 #AC1A2E is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 26 | 46 | - |
| CMYK | 0 | 0.85 | 0.73 | 0.33 |
| HSL | 351.78º | 0.74% | 0.39% | - |
| HSV(B) | 351.78º | 0.85% | 0.67% | - |
| XYZ | 17.88 | 9.71 | 3.52 | - |
| YUV | 71.93 | 113.37 | 199.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 26 | 46 | 0 | 0.85 | 0.73 | 0.33 | 351.78 | 0.74 | 0.39 |
| Hex | AC | 1A | 2E | 0 | 55 | 49 | 21 | 160 | 4A | 27 |
| Octal | 254 | 32 | 56 | 0 | 125 | 111 | 41 | 540 | 112 | 47 |
| Binary | 10101100 | 11010 | 101110 | 0 | 1010101 | 1001001 | 100001 | 101100000 | 1001010 | 100111 |
Color Harmonies of #AC1A2E
Complementary color
Monochromatic Colors of #AC1A2E
Black with #AC1A2E
Text Example
Text Example
White with #AC1A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1A2E; }
p { color: rgb(172,26,46); }
H1.HeaderClassName
{
color: #AC1A2E;
}
.AnyTagClassName
{
color: #AC1A2E;
}
</style>
background-color css
<style>
a { background-color: #AC1A2E; }
a { background-color: rgb(172,26,46); }
div.DivClassName
{
background-color: #AC1A2E;
}
.BgClassName
{
background-color: #AC1A2E;
}
</style>
border-color css
<style>
span { border-color: #AC1A2E; }
span { border-color: rgb(172,26,46); }
td.TdClassName
{
border-color: #AC1A2E;
}
.TagClassName
{
border-color: #AC1A2E;
}
</style>