Shades of Cardinal #AC1F3C
Tints of Cardinal #AC1F3C
RGB
CMYK
RGB Variations
Color information
#AC1F3C (or 0xAC1F3C) is known color: Cardinal. HEX triplet: AC, 1F and 3C. RGB value is (172,31,60). Sum of RGB (Red+Green+Blue) = 172+31+60=263 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.40% from 263); Green value is 31 (12.5% from 255 or 11.79% from 263); Blue value is 60 (23.83% from 255 or 22.81% from 263); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1F3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1F3C is #53E0C3. Grayscale: #4C4C4C. Windows color (decimal): -5497028 or 3940268. OLE color: 3940268.
HSL color Cylindrical-coordinate representation of color #AC1F3C: hue angle of 347.66º 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 #AC1F3C is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 31 | 60 | - |
| CMYK | 0 | 0.82 | 0.65 | 0.33 |
| HSL | 347.66º | 0.69% | 0.4% | - |
| HSV(B) | 347.66º | 0.82% | 0.67% | - |
| XYZ | 18.32 | 10.08 | 5.25 | - |
| YUV | 76.47 | 118.71 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 31 | 60 | 0 | 0.82 | 0.65 | 0.33 | 347.66 | 0.69 | 0.4 |
| Hex | AC | 1F | 3C | 0 | 52 | 41 | 21 | 15C | 45 | 28 |
| Octal | 254 | 37 | 74 | 0 | 122 | 101 | 41 | 534 | 105 | 50 |
| Binary | 10101100 | 11111 | 111100 | 0 | 1010010 | 1000001 | 100001 | 101011100 | 1000101 | 101000 |
Color Harmonies of #AC1F3C
Complementary color
Monochromatic Colors of #AC1F3C
Black with #AC1F3C
Text Example
Text Example
White with #AC1F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1F3C; }
p { color: rgb(172,31,60); }
H1.HeaderClassName
{
color: #AC1F3C;
}
.AnyTagClassName
{
color: #AC1F3C;
}
</style>
background-color css
<style>
a { background-color: #AC1F3C; }
a { background-color: rgb(172,31,60); }
div.DivClassName
{
background-color: #AC1F3C;
}
.BgClassName
{
background-color: #AC1F3C;
}
</style>
border-color css
<style>
span { border-color: #AC1F3C; }
span { border-color: rgb(172,31,60); }
td.TdClassName
{
border-color: #AC1F3C;
}
.TagClassName
{
border-color: #AC1F3C;
}
</style>