Shades of Cardinal #AC1238
Tints of Cardinal #AC1238
RGB
CMYK
RGB Variations
Color information
#AC1238 (or 0xAC1238) is known color: Cardinal. HEX triplet: AC, 12 and 38. RGB value is (172,18,56). Sum of RGB (Red+Green+Blue) = 172+18+56=246 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.92% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 56 (22.27% from 255 or 22.76% from 246); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1238 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1238 is #53EDC7. Grayscale: #444444. Windows color (decimal): -5500360 or 3674796. OLE color: 3674796.
HSL color Cylindrical-coordinate representation of color #AC1238: hue angle of 345.19º 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 #AC1238 is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 18 | 56 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.33 |
| HSL | 345.19º | 0.81% | 0.37% | - |
| HSV(B) | 345.19º | 0.9% | 0.67% | - |
| XYZ | 17.94 | 9.49 | 4.63 | - |
| YUV | 68.38 | 121.02 | 201.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 18 | 56 | 0 | 0.90 | 0.67 | 0.33 | 345.19 | 0.81 | 0.37 |
| Hex | AC | 12 | 38 | 0 | 5A | 43 | 21 | 159 | 51 | 25 |
| Octal | 254 | 22 | 70 | 0 | 132 | 103 | 41 | 531 | 121 | 45 |
| Binary | 10101100 | 10010 | 111000 | 0 | 1011010 | 1000011 | 100001 | 101011001 | 1010001 | 100101 |
Color Harmonies of #AC1238
Complementary color
Monochromatic Colors of #AC1238
Black with #AC1238
Text Example
Text Example
White with #AC1238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1238; }
p { color: rgb(172,18,56); }
H1.HeaderClassName
{
color: #AC1238;
}
.AnyTagClassName
{
color: #AC1238;
}
</style>
background-color css
<style>
a { background-color: #AC1238; }
a { background-color: rgb(172,18,56); }
div.DivClassName
{
background-color: #AC1238;
}
.BgClassName
{
background-color: #AC1238;
}
</style>
border-color css
<style>
span { border-color: #AC1238; }
span { border-color: rgb(172,18,56); }
td.TdClassName
{
border-color: #AC1238;
}
.TagClassName
{
border-color: #AC1238;
}
</style>