Shades of Cardinal #AC253B
Tints of Cardinal #AC253B
RGB
CMYK
RGB Variations
Color information
#AC253B (or 0xAC253B) is known color: Cardinal. HEX triplet: AC, 25 and 3B. RGB value is (172,37,59). Sum of RGB (Red+Green+Blue) = 172+37+59=268 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.18% from 268); Green value is 37 (14.84% from 255 or 13.81% from 268); Blue value is 59 (23.44% from 255 or 22.01% from 268); Max value from RGB is 172 - color contains mainly: red. Hex color #AC253B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC253B is #53DAC4. Grayscale: #4F4F4F. Windows color (decimal): -5495493 or 3876268. OLE color: 3876268.
HSL color Cylindrical-coordinate representation of color #AC253B: hue angle of 350.22º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC253B is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 37 | 59 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.33 |
| HSL | 350.22º | 0.65% | 0.41% | - |
| HSV(B) | 350.22º | 0.78% | 0.67% | - |
| XYZ | 18.46 | 10.41 | 5.17 | - |
| YUV | 79.87 | 116.23 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 37 | 59 | 0 | 0.78 | 0.66 | 0.33 | 350.22 | 0.65 | 0.41 |
| Hex | AC | 25 | 3B | 0 | 4E | 42 | 21 | 15E | 41 | 29 |
| Octal | 254 | 45 | 73 | 0 | 116 | 102 | 41 | 536 | 101 | 51 |
| Binary | 10101100 | 100101 | 111011 | 0 | 1001110 | 1000010 | 100001 | 101011110 | 1000001 | 101001 |
Color Harmonies of #AC253B
Complementary color
Monochromatic Colors of #AC253B
Black with #AC253B
Text Example
Text Example
White with #AC253B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC253B; }
p { color: rgb(172,37,59); }
H1.HeaderClassName
{
color: #AC253B;
}
.AnyTagClassName
{
color: #AC253B;
}
</style>
background-color css
<style>
a { background-color: #AC253B; }
a { background-color: rgb(172,37,59); }
div.DivClassName
{
background-color: #AC253B;
}
.BgClassName
{
background-color: #AC253B;
}
</style>
border-color css
<style>
span { border-color: #AC253B; }
span { border-color: rgb(172,37,59); }
td.TdClassName
{
border-color: #AC253B;
}
.TagClassName
{
border-color: #AC253B;
}
</style>