Shades of Cardinal #AC0C2F
Tints of Cardinal #AC0C2F
RGB
CMYK
RGB Variations
Color information
#AC0C2F (or 0xAC0C2F) is known color: Cardinal. HEX triplet: AC, 0C and 2F. RGB value is (172,12,47). Sum of RGB (Red+Green+Blue) = 172+12+47=231 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.46% from 231); Green value is 12 (5.08% from 255 or 5.19% from 231); Blue value is 47 (18.75% from 255 or 20.35% from 231); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0C2F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0C2F is #53F3D0. Grayscale: #3F3F3F. Windows color (decimal): -5501905 or 3083436. OLE color: 3083436.
HSL color Cylindrical-coordinate representation of color #AC0C2F: hue angle of 346.88º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC0C2F is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 12 | 47 | - |
| CMYK | 0 | 0.93 | 0.73 | 0.33 |
| HSL | 346.88º | 0.87% | 0.36% | - |
| HSV(B) | 346.88º | 0.93% | 0.67% | - |
| XYZ | 17.66 | 9.24 | 3.54 | - |
| YUV | 63.83 | 118.51 | 205.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 12 | 47 | 0 | 0.93 | 0.73 | 0.33 | 346.88 | 0.87 | 0.36 |
| Hex | AC | C | 2F | 0 | 5D | 49 | 21 | 15B | 57 | 24 |
| Octal | 254 | 14 | 57 | 0 | 135 | 111 | 41 | 533 | 127 | 44 |
| Binary | 10101100 | 1100 | 101111 | 0 | 1011101 | 1001001 | 100001 | 101011011 | 1010111 | 100100 |
Color Harmonies of #AC0C2F
Complementary color
Monochromatic Colors of #AC0C2F
Black with #AC0C2F
Text Example
Text Example
White with #AC0C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0C2F; }
p { color: rgb(172,12,47); }
H1.HeaderClassName
{
color: #AC0C2F;
}
.AnyTagClassName
{
color: #AC0C2F;
}
</style>
background-color css
<style>
a { background-color: #AC0C2F; }
a { background-color: rgb(172,12,47); }
div.DivClassName
{
background-color: #AC0C2F;
}
.BgClassName
{
background-color: #AC0C2F;
}
</style>
border-color css
<style>
span { border-color: #AC0C2F; }
span { border-color: rgb(172,12,47); }
td.TdClassName
{
border-color: #AC0C2F;
}
.TagClassName
{
border-color: #AC0C2F;
}
</style>