Shades of Cardinal #AC1F40
Tints of Cardinal #AC1F40
RGB
CMYK
RGB Variations
Color information
#AC1F40 (or 0xAC1F40) is known color: Cardinal. HEX triplet: AC, 1F and 40. RGB value is (172,31,64). Sum of RGB (Red+Green+Blue) = 172+31+64=267 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.42% from 267); Green value is 31 (12.5% from 255 or 11.61% from 267); Blue value is 64 (25.39% from 255 or 23.97% from 267); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1F40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1F40 is #53E0BF. Grayscale: #4C4C4C. Windows color (decimal): -5497024 or 4202412. OLE color: 4202412.
HSL color Cylindrical-coordinate representation of color #AC1F40: hue angle of 345.96º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AC1F40 is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 31 | 64 | - |
| CMYK | 0 | 0.82 | 0.63 | 0.33 |
| HSL | 345.96º | 0.69% | 0.4% | - |
| HSV(B) | 345.96º | 0.82% | 0.67% | - |
| XYZ | 18.43 | 10.12 | 5.83 | - |
| YUV | 76.92 | 120.71 | 195.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 31 | 64 | 0 | 0.82 | 0.63 | 0.33 | 345.96 | 0.69 | 0.4 |
| Hex | AC | 1F | 40 | 0 | 52 | 3F | 21 | 15A | 45 | 28 |
| Octal | 254 | 37 | 100 | 0 | 122 | 77 | 41 | 532 | 105 | 50 |
| Binary | 10101100 | 11111 | 1000000 | 0 | 1010010 | 111111 | 100001 | 101011010 | 1000101 | 101000 |
Color Harmonies of #AC1F40
Complementary color
Monochromatic Colors of #AC1F40
Black with #AC1F40
Text Example
Text Example
White with #AC1F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1F40; }
p { color: rgb(172,31,64); }
H1.HeaderClassName
{
color: #AC1F40;
}
.AnyTagClassName
{
color: #AC1F40;
}
</style>
background-color css
<style>
a { background-color: #AC1F40; }
a { background-color: rgb(172,31,64); }
div.DivClassName
{
background-color: #AC1F40;
}
.BgClassName
{
background-color: #AC1F40;
}
</style>
border-color css
<style>
span { border-color: #AC1F40; }
span { border-color: rgb(172,31,64); }
td.TdClassName
{
border-color: #AC1F40;
}
.TagClassName
{
border-color: #AC1F40;
}
</style>