Shades of Cardinal #AC2138
Tints of Cardinal #AC2138
RGB
CMYK
RGB Variations
Color information
#AC2138 (or 0xAC2138) is known color: Cardinal. HEX triplet: AC, 21 and 38. RGB value is (172,33,56). Sum of RGB (Red+Green+Blue) = 172+33+56=261 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.90% from 261); Green value is 33 (13.28% from 255 or 12.64% from 261); Blue value is 56 (22.27% from 255 or 21.46% from 261); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2138 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2138 is #53DEC7. Grayscale: #4D4D4D. Windows color (decimal): -5496520 or 3678636. OLE color: 3678636.
HSL color Cylindrical-coordinate representation of color #AC2138: hue angle of 350.07º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC2138 is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 33 | 56 | - |
| CMYK | 0 | 0.81 | 0.67 | 0.33 |
| HSL | 350.07º | 0.68% | 0.4% | - |
| HSV(B) | 350.07º | 0.81% | 0.67% | - |
| XYZ | 18.27 | 10.14 | 4.74 | - |
| YUV | 77.18 | 116.05 | 195.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 33 | 56 | 0 | 0.81 | 0.67 | 0.33 | 350.07 | 0.68 | 0.4 |
| Hex | AC | 21 | 38 | 0 | 51 | 43 | 21 | 15E | 44 | 28 |
| Octal | 254 | 41 | 70 | 0 | 121 | 103 | 41 | 536 | 104 | 50 |
| Binary | 10101100 | 100001 | 111000 | 0 | 1010001 | 1000011 | 100001 | 101011110 | 1000100 | 101000 |
Color Harmonies of #AC2138
Complementary color
Monochromatic Colors of #AC2138
Black with #AC2138
Text Example
Text Example
White with #AC2138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2138; }
p { color: rgb(172,33,56); }
H1.HeaderClassName
{
color: #AC2138;
}
.AnyTagClassName
{
color: #AC2138;
}
</style>
background-color css
<style>
a { background-color: #AC2138; }
a { background-color: rgb(172,33,56); }
div.DivClassName
{
background-color: #AC2138;
}
.BgClassName
{
background-color: #AC2138;
}
</style>
border-color css
<style>
span { border-color: #AC2138; }
span { border-color: rgb(172,33,56); }
td.TdClassName
{
border-color: #AC2138;
}
.TagClassName
{
border-color: #AC2138;
}
</style>