Shades of Cardinal #AC253A
Tints of Cardinal #AC253A
RGB
CMYK
RGB Variations
Color information
#AC253A (or 0xAC253A) is known color: Cardinal. HEX triplet: AC, 25 and 3A. RGB value is (172,37,58). Sum of RGB (Red+Green+Blue) = 172+37+58=267 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.42% from 267); Green value is 37 (14.84% from 255 or 13.86% from 267); Blue value is 58 (23.05% from 255 or 21.72% from 267); Max value from RGB is 172 - color contains mainly: red. Hex color #AC253A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC253A is #53DAC5. Grayscale: #4F4F4F. Windows color (decimal): -5495494 or 3810732. OLE color: 3810732.
HSL color Cylindrical-coordinate representation of color #AC253A: hue angle of 350.67º 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 #AC253A is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 37 | 58 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.33 |
| HSL | 350.67º | 0.65% | 0.41% | - |
| HSV(B) | 350.67º | 0.78% | 0.67% | - |
| XYZ | 18.44 | 10.4 | 5.04 | - |
| YUV | 79.76 | 115.73 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 37 | 58 | 0 | 0.78 | 0.66 | 0.33 | 350.67 | 0.65 | 0.41 |
| Hex | AC | 25 | 3A | 0 | 4E | 42 | 21 | 15F | 41 | 29 |
| Octal | 254 | 45 | 72 | 0 | 116 | 102 | 41 | 537 | 101 | 51 |
| Binary | 10101100 | 100101 | 111010 | 0 | 1001110 | 1000010 | 100001 | 101011111 | 1000001 | 101001 |
Color Harmonies of #AC253A
Complementary color
Monochromatic Colors of #AC253A
Black with #AC253A
Text Example
Text Example
White with #AC253A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC253A; }
p { color: rgb(172,37,58); }
H1.HeaderClassName
{
color: #AC253A;
}
.AnyTagClassName
{
color: #AC253A;
}
</style>
background-color css
<style>
a { background-color: #AC253A; }
a { background-color: rgb(172,37,58); }
div.DivClassName
{
background-color: #AC253A;
}
.BgClassName
{
background-color: #AC253A;
}
</style>
border-color css
<style>
span { border-color: #AC253A; }
span { border-color: rgb(172,37,58); }
td.TdClassName
{
border-color: #AC253A;
}
.TagClassName
{
border-color: #AC253A;
}
</style>