Shades of Cardinal #AC1138
Tints of Cardinal #AC1138
RGB
CMYK
RGB Variations
Color information
#AC1138 (or 0xAC1138) is known color: Cardinal. HEX triplet: AC, 11 and 38. RGB value is (172,17,56). Sum of RGB (Red+Green+Blue) = 172+17+56=245 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.20% from 245); Green value is 17 (7.03% from 255 or 6.94% from 245); Blue value is 56 (22.27% from 255 or 22.86% from 245); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1138 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1138 is #53EEC7. Grayscale: #434343. Windows color (decimal): -5500616 or 3674540. OLE color: 3674540.
HSL color Cylindrical-coordinate representation of color #AC1138: hue angle of 344.9º degrees, saturation: 0.82, 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 #AC1138 is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 17 | 56 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.33 |
| HSL | 344.9º | 0.82% | 0.37% | - |
| HSV(B) | 344.9º | 0.9% | 0.67% | - |
| XYZ | 17.93 | 9.46 | 4.62 | - |
| YUV | 67.79 | 121.35 | 202.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 17 | 56 | 0 | 0.90 | 0.67 | 0.33 | 344.9 | 0.82 | 0.37 |
| Hex | AC | 11 | 38 | 0 | 5A | 43 | 21 | 159 | 52 | 25 |
| Octal | 254 | 21 | 70 | 0 | 132 | 103 | 41 | 531 | 122 | 45 |
| Binary | 10101100 | 10001 | 111000 | 0 | 1011010 | 1000011 | 100001 | 101011001 | 1010010 | 100101 |
Color Harmonies of #AC1138
Complementary color
Monochromatic Colors of #AC1138
Black with #AC1138
Text Example
Text Example
White with #AC1138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1138; }
p { color: rgb(172,17,56); }
H1.HeaderClassName
{
color: #AC1138;
}
.AnyTagClassName
{
color: #AC1138;
}
</style>
background-color css
<style>
a { background-color: #AC1138; }
a { background-color: rgb(172,17,56); }
div.DivClassName
{
background-color: #AC1138;
}
.BgClassName
{
background-color: #AC1138;
}
</style>
border-color css
<style>
span { border-color: #AC1138; }
span { border-color: rgb(172,17,56); }
td.TdClassName
{
border-color: #AC1138;
}
.TagClassName
{
border-color: #AC1138;
}
</style>