Shades of Cardinal #AC153D
Tints of Cardinal #AC153D
RGB
CMYK
RGB Variations
Color information
#AC153D (or 0xAC153D) is known color: Cardinal. HEX triplet: AC, 15 and 3D. RGB value is (172,21,61). Sum of RGB (Red+Green+Blue) = 172+21+61=254 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.72% from 254); Green value is 21 (8.59% from 255 or 8.27% from 254); Blue value is 61 (24.22% from 255 or 24.02% from 254); Max value from RGB is 172 - color contains mainly: red. Hex color #AC153D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC153D is #53EAC2. Grayscale: #464646. Windows color (decimal): -5499587 or 4003244. OLE color: 4003244.
HSL color Cylindrical-coordinate representation of color #AC153D: hue angle of 344.11º 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 #AC153D is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 21 | 61 | - |
| CMYK | 0 | 0.88 | 0.65 | 0.33 |
| HSL | 344.11º | 0.78% | 0.38% | - |
| HSV(B) | 344.11º | 0.88% | 0.67% | - |
| XYZ | 18.12 | 9.64 | 5.32 | - |
| YUV | 70.71 | 122.53 | 200.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 21 | 61 | 0 | 0.88 | 0.65 | 0.33 | 344.11 | 0.78 | 0.38 |
| Hex | AC | 15 | 3D | 0 | 58 | 41 | 21 | 158 | 4E | 26 |
| Octal | 254 | 25 | 75 | 0 | 130 | 101 | 41 | 530 | 116 | 46 |
| Binary | 10101100 | 10101 | 111101 | 0 | 1011000 | 1000001 | 100001 | 101011000 | 1001110 | 100110 |
Color Harmonies of #AC153D
Complementary color
Monochromatic Colors of #AC153D
Black with #AC153D
Text Example
Text Example
White with #AC153D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC153D; }
p { color: rgb(172,21,61); }
H1.HeaderClassName
{
color: #AC153D;
}
.AnyTagClassName
{
color: #AC153D;
}
</style>
background-color css
<style>
a { background-color: #AC153D; }
a { background-color: rgb(172,21,61); }
div.DivClassName
{
background-color: #AC153D;
}
.BgClassName
{
background-color: #AC153D;
}
</style>
border-color css
<style>
span { border-color: #AC153D; }
span { border-color: rgb(172,21,61); }
td.TdClassName
{
border-color: #AC153D;
}
.TagClassName
{
border-color: #AC153D;
}
</style>