Shades of Cardinal #AC053C
Tints of Cardinal #AC053C
RGB
CMYK
RGB Variations
Color information
#AC053C (or 0xAC053C) is known color: Cardinal. HEX triplet: AC, 05 and 3C. RGB value is (172,5,60). Sum of RGB (Red+Green+Blue) = 172+5+60=237 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.57% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 60 (23.83% from 255 or 25.32% from 237); Max value from RGB is 172 - color contains mainly: red. Hex color #AC053C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC053C is #53FAC3. Grayscale: #3D3D3D. Windows color (decimal): -5503684 or 3933612. OLE color: 3933612.
HSL color Cylindrical-coordinate representation of color #AC053C: hue angle of 340.24º 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 #AC053C is Cyan = 0, Magento = 0.97, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 5 | 60 | - |
| CMYK | 0 | 0.97 | 0.65 | 0.33 |
| HSL | 340.24º | 0.94% | 0.35% | - |
| HSV(B) | 340.24º | 0.97% | 0.67% | - |
| XYZ | 17.88 | 9.21 | 5.11 | - |
| YUV | 61.2 | 127.33 | 207.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 5 | 60 | 0 | 0.97 | 0.65 | 0.33 | 340.24 | 0.94 | 0.35 |
| Hex | AC | 5 | 3C | 0 | 61 | 41 | 21 | 154 | 5E | 23 |
| Octal | 254 | 5 | 74 | 0 | 141 | 101 | 41 | 524 | 136 | 43 |
| Binary | 10101100 | 101 | 111100 | 0 | 1100001 | 1000001 | 100001 | 101010100 | 1011110 | 100011 |
Color Harmonies of #AC053C
Complementary color
Monochromatic Colors of #AC053C
Black with #AC053C
Text Example
Text Example
White with #AC053C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC053C; }
p { color: rgb(172,5,60); }
H1.HeaderClassName
{
color: #AC053C;
}
.AnyTagClassName
{
color: #AC053C;
}
</style>
background-color css
<style>
a { background-color: #AC053C; }
a { background-color: rgb(172,5,60); }
div.DivClassName
{
background-color: #AC053C;
}
.BgClassName
{
background-color: #AC053C;
}
</style>
border-color css
<style>
span { border-color: #AC053C; }
span { border-color: rgb(172,5,60); }
td.TdClassName
{
border-color: #AC053C;
}
.TagClassName
{
border-color: #AC053C;
}
</style>