Shades of Cardinal #AC1C40
Tints of Cardinal #AC1C40
RGB
CMYK
RGB Variations
Color information
#AC1C40 (or 0xAC1C40) is known color: Cardinal. HEX triplet: AC, 1C and 40. RGB value is (172,28,64). Sum of RGB (Red+Green+Blue) = 172+28+64=264 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.15% from 264); Green value is 28 (11.33% from 255 or 10.61% from 264); Blue value is 64 (25.39% from 255 or 24.24% from 264); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1C40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1C40 is #53E3BF. Grayscale: #4B4B4B. Windows color (decimal): -5497792 or 4201644. OLE color: 4201644.
HSL color Cylindrical-coordinate representation of color #AC1C40: hue angle of 345º 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 #AC1C40 is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 28 | 64 | - |
| CMYK | 0 | 0.84 | 0.63 | 0.33 |
| HSL | 345º | 0.72% | 0.39% | - |
| HSV(B) | 345º | 0.84% | 0.67% | - |
| XYZ | 18.35 | 9.97 | 5.81 | - |
| YUV | 75.16 | 121.71 | 197.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 28 | 64 | 0 | 0.84 | 0.63 | 0.33 | 345 | 0.72 | 0.39 |
| Hex | AC | 1C | 40 | 0 | 54 | 3F | 21 | 159 | 48 | 27 |
| Octal | 254 | 34 | 100 | 0 | 124 | 77 | 41 | 531 | 110 | 47 |
| Binary | 10101100 | 11100 | 1000000 | 0 | 1010100 | 111111 | 100001 | 101011001 | 1001000 | 100111 |
Color Harmonies of #AC1C40
Complementary color
Monochromatic Colors of #AC1C40
Black with #AC1C40
Text Example
Text Example
White with #AC1C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1C40; }
p { color: rgb(172,28,64); }
H1.HeaderClassName
{
color: #AC1C40;
}
.AnyTagClassName
{
color: #AC1C40;
}
</style>
background-color css
<style>
a { background-color: #AC1C40; }
a { background-color: rgb(172,28,64); }
div.DivClassName
{
background-color: #AC1C40;
}
.BgClassName
{
background-color: #AC1C40;
}
</style>
border-color css
<style>
span { border-color: #AC1C40; }
span { border-color: rgb(172,28,64); }
td.TdClassName
{
border-color: #AC1C40;
}
.TagClassName
{
border-color: #AC1C40;
}
</style>