Shades of Cardinal #AC253E
Tints of Cardinal #AC253E
RGB
CMYK
RGB Variations
Color information
#AC253E (or 0xAC253E) is known color: Cardinal. HEX triplet: AC, 25 and 3E. RGB value is (172,37,62). Sum of RGB (Red+Green+Blue) = 172+37+62=271 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.47% from 271); Green value is 37 (14.84% from 255 or 13.65% from 271); Blue value is 62 (24.61% from 255 or 22.88% from 271); Max value from RGB is 172 - color contains mainly: red. Hex color #AC253E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC253E is #53DAC1. Grayscale: #505050. Windows color (decimal): -5495490 or 4072876. OLE color: 4072876.
HSL color Cylindrical-coordinate representation of color #AC253E: hue angle of 348.89º 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 #AC253E is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 37 | 62 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.33 |
| HSL | 348.89º | 0.65% | 0.41% | - |
| HSV(B) | 348.89º | 0.78% | 0.67% | - |
| XYZ | 18.54 | 10.44 | 5.6 | - |
| YUV | 80.22 | 117.73 | 193.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 37 | 62 | 0 | 0.78 | 0.64 | 0.33 | 348.89 | 0.65 | 0.41 |
| Hex | AC | 25 | 3E | 0 | 4E | 40 | 21 | 15D | 41 | 29 |
| Octal | 254 | 45 | 76 | 0 | 116 | 100 | 41 | 535 | 101 | 51 |
| Binary | 10101100 | 100101 | 111110 | 0 | 1001110 | 1000000 | 100001 | 101011101 | 1000001 | 101001 |
Color Harmonies of #AC253E
Complementary color
Monochromatic Colors of #AC253E
Black with #AC253E
Text Example
Text Example
White with #AC253E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC253E; }
p { color: rgb(172,37,62); }
H1.HeaderClassName
{
color: #AC253E;
}
.AnyTagClassName
{
color: #AC253E;
}
</style>
background-color css
<style>
a { background-color: #AC253E; }
a { background-color: rgb(172,37,62); }
div.DivClassName
{
background-color: #AC253E;
}
.BgClassName
{
background-color: #AC253E;
}
</style>
border-color css
<style>
span { border-color: #AC253E; }
span { border-color: rgb(172,37,62); }
td.TdClassName
{
border-color: #AC253E;
}
.TagClassName
{
border-color: #AC253E;
}
</style>