Shades of Cardinal #AC1230
Tints of Cardinal #AC1230
RGB
CMYK
RGB Variations
Color information
#AC1230 (or 0xAC1230) is known color: Cardinal. HEX triplet: AC, 12 and 30. RGB value is (172,18,48). Sum of RGB (Red+Green+Blue) = 172+18+48=238 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.27% from 238); Green value is 18 (7.42% from 255 or 7.56% from 238); Blue value is 48 (19.14% from 255 or 20.17% from 238); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1230 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1230 is #53EDCF. Grayscale: #434343. Windows color (decimal): -5500368 or 3150508. OLE color: 3150508.
HSL color Cylindrical-coordinate representation of color #AC1230: hue angle of 348.31º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC1230 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 18 | 48 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.33 |
| HSL | 348.31º | 0.81% | 0.37% | - |
| HSV(B) | 348.31º | 0.9% | 0.67% | - |
| XYZ | 17.76 | 9.42 | 3.68 | - |
| YUV | 67.47 | 117.02 | 202.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 18 | 48 | 0 | 0.90 | 0.72 | 0.33 | 348.31 | 0.81 | 0.37 |
| Hex | AC | 12 | 30 | 0 | 5A | 48 | 21 | 15C | 51 | 25 |
| Octal | 254 | 22 | 60 | 0 | 132 | 110 | 41 | 534 | 121 | 45 |
| Binary | 10101100 | 10010 | 110000 | 0 | 1011010 | 1001000 | 100001 | 101011100 | 1010001 | 100101 |
Color Harmonies of #AC1230
Complementary color
Monochromatic Colors of #AC1230
Black with #AC1230
Text Example
Text Example
White with #AC1230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1230; }
p { color: rgb(172,18,48); }
H1.HeaderClassName
{
color: #AC1230;
}
.AnyTagClassName
{
color: #AC1230;
}
</style>
background-color css
<style>
a { background-color: #AC1230; }
a { background-color: rgb(172,18,48); }
div.DivClassName
{
background-color: #AC1230;
}
.BgClassName
{
background-color: #AC1230;
}
</style>
border-color css
<style>
span { border-color: #AC1230; }
span { border-color: rgb(172,18,48); }
td.TdClassName
{
border-color: #AC1230;
}
.TagClassName
{
border-color: #AC1230;
}
</style>