Shades of Cardinal #AC152D
Tints of Cardinal #AC152D
RGB
CMYK
RGB Variations
Color information
#AC152D (or 0xAC152D) is known color: Cardinal. HEX triplet: AC, 15 and 2D. RGB value is (172,21,45). Sum of RGB (Red+Green+Blue) = 172+21+45=238 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.27% from 238); Green value is 21 (8.59% from 255 or 8.82% from 238); Blue value is 45 (17.97% from 255 or 18.91% from 238); Max value from RGB is 172 - color contains mainly: red. Hex color #AC152D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC152D is #53EAD2. Grayscale: #444444. Windows color (decimal): -5499603 or 2954668. OLE color: 2954668.
HSL color Cylindrical-coordinate representation of color #AC152D: hue angle of 350.46º 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 #AC152D is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 21 | 45 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.33 |
| HSL | 350.46º | 0.78% | 0.38% | - |
| HSV(B) | 350.46º | 0.88% | 0.67% | - |
| XYZ | 17.76 | 9.5 | 3.38 | - |
| YUV | 68.89 | 114.53 | 201.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 21 | 45 | 0 | 0.88 | 0.74 | 0.33 | 350.46 | 0.78 | 0.38 |
| Hex | AC | 15 | 2D | 0 | 58 | 4A | 21 | 15E | 4E | 26 |
| Octal | 254 | 25 | 55 | 0 | 130 | 112 | 41 | 536 | 116 | 46 |
| Binary | 10101100 | 10101 | 101101 | 0 | 1011000 | 1001010 | 100001 | 101011110 | 1001110 | 100110 |
Color Harmonies of #AC152D
Complementary color
Monochromatic Colors of #AC152D
Black with #AC152D
Text Example
Text Example
White with #AC152D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC152D; }
p { color: rgb(172,21,45); }
H1.HeaderClassName
{
color: #AC152D;
}
.AnyTagClassName
{
color: #AC152D;
}
</style>
background-color css
<style>
a { background-color: #AC152D; }
a { background-color: rgb(172,21,45); }
div.DivClassName
{
background-color: #AC152D;
}
.BgClassName
{
background-color: #AC152D;
}
</style>
border-color css
<style>
span { border-color: #AC152D; }
span { border-color: rgb(172,21,45); }
td.TdClassName
{
border-color: #AC152D;
}
.TagClassName
{
border-color: #AC152D;
}
</style>