Shades of Cardinal #AC1C31
Tints of Cardinal #AC1C31
RGB
CMYK
RGB Variations
Color information
#AC1C31 (or 0xAC1C31) is known color: Cardinal. HEX triplet: AC, 1C and 31. RGB value is (172,28,49). Sum of RGB (Red+Green+Blue) = 172+28+49=249 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.08% from 249); Green value is 28 (11.33% from 255 or 11.24% from 249); Blue value is 49 (19.53% from 255 or 19.68% from 249); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1C31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1C31 is #53E3CE. Grayscale: #494949. Windows color (decimal): -5497807 or 3218604. OLE color: 3218604.
HSL color Cylindrical-coordinate representation of color #AC1C31: hue angle of 351.25º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC1C31 is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 28 | 49 | - |
| CMYK | 0 | 0.84 | 0.72 | 0.33 |
| HSL | 351.25º | 0.72% | 0.39% | - |
| HSV(B) | 351.25º | 0.84% | 0.67% | - |
| XYZ | 17.98 | 9.82 | 3.85 | - |
| YUV | 73.45 | 114.21 | 198.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 28 | 49 | 0 | 0.84 | 0.72 | 0.33 | 351.25 | 0.72 | 0.39 |
| Hex | AC | 1C | 31 | 0 | 54 | 48 | 21 | 15F | 48 | 27 |
| Octal | 254 | 34 | 61 | 0 | 124 | 110 | 41 | 537 | 110 | 47 |
| Binary | 10101100 | 11100 | 110001 | 0 | 1010100 | 1001000 | 100001 | 101011111 | 1001000 | 100111 |
Color Harmonies of #AC1C31
Complementary color
Monochromatic Colors of #AC1C31
Black with #AC1C31
Text Example
Text Example
White with #AC1C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1C31; }
p { color: rgb(172,28,49); }
H1.HeaderClassName
{
color: #AC1C31;
}
.AnyTagClassName
{
color: #AC1C31;
}
</style>
background-color css
<style>
a { background-color: #AC1C31; }
a { background-color: rgb(172,28,49); }
div.DivClassName
{
background-color: #AC1C31;
}
.BgClassName
{
background-color: #AC1C31;
}
</style>
border-color css
<style>
span { border-color: #AC1C31; }
span { border-color: rgb(172,28,49); }
td.TdClassName
{
border-color: #AC1C31;
}
.TagClassName
{
border-color: #AC1C31;
}
</style>