Shades of Cardinal #AC152E
Tints of Cardinal #AC152E
RGB
CMYK
RGB Variations
Color information
#AC152E (or 0xAC152E) is known color: Cardinal. HEX triplet: AC, 15 and 2E. RGB value is (172,21,46). Sum of RGB (Red+Green+Blue) = 172+21+46=239 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.97% from 239); Green value is 21 (8.59% from 255 or 8.79% from 239); Blue value is 46 (18.36% from 255 or 19.25% from 239); Max value from RGB is 172 - color contains mainly: red. Hex color #AC152E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC152E is #53EAD1. Grayscale: #454545. Windows color (decimal): -5499602 or 3020204. OLE color: 3020204.
HSL color Cylindrical-coordinate representation of color #AC152E: hue angle of 350.07º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC152E is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 21 | 46 | - |
| CMYK | 0 | 0.88 | 0.73 | 0.33 |
| HSL | 350.07º | 0.78% | 0.38% | - |
| HSV(B) | 350.07º | 0.88% | 0.67% | - |
| XYZ | 17.77 | 9.5 | 3.48 | - |
| YUV | 69 | 115.03 | 201.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 21 | 46 | 0 | 0.88 | 0.73 | 0.33 | 350.07 | 0.78 | 0.38 |
| Hex | AC | 15 | 2E | 0 | 58 | 49 | 21 | 15E | 4E | 26 |
| Octal | 254 | 25 | 56 | 0 | 130 | 111 | 41 | 536 | 116 | 46 |
| Binary | 10101100 | 10101 | 101110 | 0 | 1011000 | 1001001 | 100001 | 101011110 | 1001110 | 100110 |
Color Harmonies of #AC152E
Complementary color
Monochromatic Colors of #AC152E
Black with #AC152E
Text Example
Text Example
White with #AC152E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC152E; }
p { color: rgb(172,21,46); }
H1.HeaderClassName
{
color: #AC152E;
}
.AnyTagClassName
{
color: #AC152E;
}
</style>
background-color css
<style>
a { background-color: #AC152E; }
a { background-color: rgb(172,21,46); }
div.DivClassName
{
background-color: #AC152E;
}
.BgClassName
{
background-color: #AC152E;
}
</style>
border-color css
<style>
span { border-color: #AC152E; }
span { border-color: rgb(172,21,46); }
td.TdClassName
{
border-color: #AC152E;
}
.TagClassName
{
border-color: #AC152E;
}
</style>