Shades of Cardinal #AC0D30
Tints of Cardinal #AC0D30
RGB
CMYK
RGB Variations
Color information
#AC0D30 (or 0xAC0D30) is known color: Cardinal. HEX triplet: AC, 0D and 30. RGB value is (172,13,48). Sum of RGB (Red+Green+Blue) = 172+13+48=233 (30% of max value = 765). Red value is 172 (67.58% from 255 or 73.82% from 233); Green value is 13 (5.47% from 255 or 5.58% from 233); Blue value is 48 (19.14% from 255 or 20.60% from 233); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0D30 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0D30 is #53F2CF. Grayscale: #404040. Windows color (decimal): -5501648 or 3149228. OLE color: 3149228.
HSL color Cylindrical-coordinate representation of color #AC0D30: hue angle of 346.79º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC0D30 is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 13 | 48 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.33 |
| HSL | 346.79º | 0.86% | 0.36% | - |
| HSV(B) | 346.79º | 0.92% | 0.67% | - |
| XYZ | 17.69 | 9.27 | 3.65 | - |
| YUV | 64.53 | 118.68 | 204.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 13 | 48 | 0 | 0.92 | 0.72 | 0.33 | 346.79 | 0.86 | 0.36 |
| Hex | AC | D | 30 | 0 | 5C | 48 | 21 | 15B | 56 | 24 |
| Octal | 254 | 15 | 60 | 0 | 134 | 110 | 41 | 533 | 126 | 44 |
| Binary | 10101100 | 1101 | 110000 | 0 | 1011100 | 1001000 | 100001 | 101011011 | 1010110 | 100100 |
Color Harmonies of #AC0D30
Complementary color
Monochromatic Colors of #AC0D30
Black with #AC0D30
Text Example
Text Example
White with #AC0D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0D30; }
p { color: rgb(172,13,48); }
H1.HeaderClassName
{
color: #AC0D30;
}
.AnyTagClassName
{
color: #AC0D30;
}
</style>
background-color css
<style>
a { background-color: #AC0D30; }
a { background-color: rgb(172,13,48); }
div.DivClassName
{
background-color: #AC0D30;
}
.BgClassName
{
background-color: #AC0D30;
}
</style>
border-color css
<style>
span { border-color: #AC0D30; }
span { border-color: rgb(172,13,48); }
td.TdClassName
{
border-color: #AC0D30;
}
.TagClassName
{
border-color: #AC0D30;
}
</style>