Shades of Cardinal #AC113D
Tints of Cardinal #AC113D
RGB
CMYK
RGB Variations
Color information
#AC113D (or 0xAC113D) is known color: Cardinal. HEX triplet: AC, 11 and 3D. RGB value is (172,17,61). Sum of RGB (Red+Green+Blue) = 172+17+61=250 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.8% from 250); Green value is 17 (7.03% from 255 or 6.8% from 250); Blue value is 61 (24.22% from 255 or 24.4% from 250); Max value from RGB is 172 - color contains mainly: red. Hex color #AC113D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC113D is #53EEC2. Grayscale: #444444. Windows color (decimal): -5500611 or 4002220. OLE color: 4002220.
HSL color Cylindrical-coordinate representation of color #AC113D: hue angle of 342.97º 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 #AC113D is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 17 | 61 | - |
| CMYK | 0 | 0.90 | 0.65 | 0.33 |
| HSL | 342.97º | 0.82% | 0.37% | - |
| HSV(B) | 342.97º | 0.9% | 0.67% | - |
| XYZ | 18.06 | 9.51 | 5.3 | - |
| YUV | 68.36 | 123.85 | 201.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 17 | 61 | 0 | 0.90 | 0.65 | 0.33 | 342.97 | 0.82 | 0.37 |
| Hex | AC | 11 | 3D | 0 | 5A | 41 | 21 | 157 | 52 | 25 |
| Octal | 254 | 21 | 75 | 0 | 132 | 101 | 41 | 527 | 122 | 45 |
| Binary | 10101100 | 10001 | 111101 | 0 | 1011010 | 1000001 | 100001 | 101010111 | 1010010 | 100101 |
Color Harmonies of #AC113D
Complementary color
Monochromatic Colors of #AC113D
Black with #AC113D
Text Example
Text Example
White with #AC113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC113D; }
p { color: rgb(172,17,61); }
H1.HeaderClassName
{
color: #AC113D;
}
.AnyTagClassName
{
color: #AC113D;
}
</style>
background-color css
<style>
a { background-color: #AC113D; }
a { background-color: rgb(172,17,61); }
div.DivClassName
{
background-color: #AC113D;
}
.BgClassName
{
background-color: #AC113D;
}
</style>
border-color css
<style>
span { border-color: #AC113D; }
span { border-color: rgb(172,17,61); }
td.TdClassName
{
border-color: #AC113D;
}
.TagClassName
{
border-color: #AC113D;
}
</style>