Shades of Cardinal #AC0F31
Tints of Cardinal #AC0F31
RGB
CMYK
RGB Variations
Color information
#AC0F31 (or 0xAC0F31) is known color: Cardinal. HEX triplet: AC, 0F and 31. RGB value is (172,15,49). Sum of RGB (Red+Green+Blue) = 172+15+49=236 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.88% from 236); Green value is 15 (6.25% from 255 or 6.36% from 236); Blue value is 49 (19.53% from 255 or 20.76% from 236); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0F31 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0F31 is #53F0CE. Grayscale: #414141. Windows color (decimal): -5501135 or 3215276. OLE color: 3215276.
HSL color Cylindrical-coordinate representation of color #AC0F31: hue angle of 347.01º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC0F31 is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 15 | 49 | - |
| CMYK | 0 | 0.91 | 0.72 | 0.33 |
| HSL | 347.01º | 0.84% | 0.37% | - |
| HSV(B) | 347.01º | 0.91% | 0.67% | - |
| XYZ | 17.74 | 9.33 | 3.77 | - |
| YUV | 65.82 | 118.51 | 203.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 15 | 49 | 0 | 0.91 | 0.72 | 0.33 | 347.01 | 0.84 | 0.37 |
| Hex | AC | F | 31 | 0 | 5B | 48 | 21 | 15B | 54 | 25 |
| Octal | 254 | 17 | 61 | 0 | 133 | 110 | 41 | 533 | 124 | 45 |
| Binary | 10101100 | 1111 | 110001 | 0 | 1011011 | 1001000 | 100001 | 101011011 | 1010100 | 100101 |
Color Harmonies of #AC0F31
Complementary color
Monochromatic Colors of #AC0F31
Black with #AC0F31
Text Example
Text Example
White with #AC0F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0F31; }
p { color: rgb(172,15,49); }
H1.HeaderClassName
{
color: #AC0F31;
}
.AnyTagClassName
{
color: #AC0F31;
}
</style>
background-color css
<style>
a { background-color: #AC0F31; }
a { background-color: rgb(172,15,49); }
div.DivClassName
{
background-color: #AC0F31;
}
.BgClassName
{
background-color: #AC0F31;
}
</style>
border-color css
<style>
span { border-color: #AC0F31; }
span { border-color: rgb(172,15,49); }
td.TdClassName
{
border-color: #AC0F31;
}
.TagClassName
{
border-color: #AC0F31;
}
</style>