Shades of Cardinal #AC113E
Tints of Cardinal #AC113E
RGB
CMYK
RGB Variations
Color information
#AC113E (or 0xAC113E) is known color: Cardinal. HEX triplet: AC, 11 and 3E. RGB value is (172,17,62). Sum of RGB (Red+Green+Blue) = 172+17+62=251 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.53% from 251); Green value is 17 (7.03% from 255 or 6.77% from 251); Blue value is 62 (24.61% from 255 or 24.70% from 251); Max value from RGB is 172 - color contains mainly: red. Hex color #AC113E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC113E is #53EEC1. Grayscale: #444444. Windows color (decimal): -5500610 or 4067756. OLE color: 4067756.
HSL color Cylindrical-coordinate representation of color #AC113E: hue angle of 342.58º 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 #AC113E is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 17 | 62 | - |
| CMYK | 0 | 0.90 | 0.64 | 0.33 |
| HSL | 342.58º | 0.82% | 0.37% | - |
| HSV(B) | 342.58º | 0.9% | 0.67% | - |
| XYZ | 18.08 | 9.52 | 5.44 | - |
| YUV | 68.48 | 124.35 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 17 | 62 | 0 | 0.90 | 0.64 | 0.33 | 342.58 | 0.82 | 0.37 |
| Hex | AC | 11 | 3E | 0 | 5A | 40 | 21 | 157 | 52 | 25 |
| Octal | 254 | 21 | 76 | 0 | 132 | 100 | 41 | 527 | 122 | 45 |
| Binary | 10101100 | 10001 | 111110 | 0 | 1011010 | 1000000 | 100001 | 101010111 | 1010010 | 100101 |
Color Harmonies of #AC113E
Complementary color
Monochromatic Colors of #AC113E
Black with #AC113E
Text Example
Text Example
White with #AC113E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC113E; }
p { color: rgb(172,17,62); }
H1.HeaderClassName
{
color: #AC113E;
}
.AnyTagClassName
{
color: #AC113E;
}
</style>
background-color css
<style>
a { background-color: #AC113E; }
a { background-color: rgb(172,17,62); }
div.DivClassName
{
background-color: #AC113E;
}
.BgClassName
{
background-color: #AC113E;
}
</style>
border-color css
<style>
span { border-color: #AC113E; }
span { border-color: rgb(172,17,62); }
td.TdClassName
{
border-color: #AC113E;
}
.TagClassName
{
border-color: #AC113E;
}
</style>