Shades of Cardinal #AC053D
Tints of Cardinal #AC053D
RGB
CMYK
RGB Variations
Color information
#AC053D (or 0xAC053D) is known color: Cardinal. HEX triplet: AC, 05 and 3D. RGB value is (172,5,61). Sum of RGB (Red+Green+Blue) = 172+5+61=238 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.27% from 238); Green value is 5 (2.34% from 255 or 2.10% from 238); Blue value is 61 (24.22% from 255 or 25.63% from 238); Max value from RGB is 172 - color contains mainly: red. Hex color #AC053D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC053D is #53FAC2. Grayscale: #3D3D3D. Windows color (decimal): -5503683 or 3999148. OLE color: 3999148.
HSL color Cylindrical-coordinate representation of color #AC053D: hue angle of 339.88º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC053D is Cyan = 0, Magento = 0.97, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 5 | 61 | - |
| CMYK | 0 | 0.97 | 0.65 | 0.33 |
| HSL | 339.88º | 0.94% | 0.35% | - |
| HSV(B) | 339.88º | 0.97% | 0.67% | - |
| XYZ | 17.91 | 9.22 | 5.25 | - |
| YUV | 61.32 | 127.83 | 206.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 5 | 61 | 0 | 0.97 | 0.65 | 0.33 | 339.88 | 0.94 | 0.35 |
| Hex | AC | 5 | 3D | 0 | 61 | 41 | 21 | 154 | 5E | 23 |
| Octal | 254 | 5 | 75 | 0 | 141 | 101 | 41 | 524 | 136 | 43 |
| Binary | 10101100 | 101 | 111101 | 0 | 1100001 | 1000001 | 100001 | 101010100 | 1011110 | 100011 |
Color Harmonies of #AC053D
Complementary color
Monochromatic Colors of #AC053D
Black with #AC053D
Text Example
Text Example
White with #AC053D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC053D; }
p { color: rgb(172,5,61); }
H1.HeaderClassName
{
color: #AC053D;
}
.AnyTagClassName
{
color: #AC053D;
}
</style>
background-color css
<style>
a { background-color: #AC053D; }
a { background-color: rgb(172,5,61); }
div.DivClassName
{
background-color: #AC053D;
}
.BgClassName
{
background-color: #AC053D;
}
</style>
border-color css
<style>
span { border-color: #AC053D; }
span { border-color: rgb(172,5,61); }
td.TdClassName
{
border-color: #AC053D;
}
.TagClassName
{
border-color: #AC053D;
}
</style>