Shades of Cardinal #AC132F
Tints of Cardinal #AC132F
RGB
CMYK
RGB Variations
Color information
#AC132F (or 0xAC132F) is known color: Cardinal. HEX triplet: AC, 13 and 2F. RGB value is (172,19,47). Sum of RGB (Red+Green+Blue) = 172+19+47=238 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.27% from 238); Green value is 19 (7.81% from 255 or 7.98% from 238); Blue value is 47 (18.75% from 255 or 19.75% from 238); Max value from RGB is 172 - color contains mainly: red. Hex color #AC132F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC132F is #53ECD0. Grayscale: #434343. Windows color (decimal): -5500113 or 3085228. OLE color: 3085228.
HSL color Cylindrical-coordinate representation of color #AC132F: hue angle of 349.02º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC132F is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 19 | 47 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.33 |
| HSL | 349.02º | 0.8% | 0.37% | - |
| HSV(B) | 349.02º | 0.89% | 0.67% | - |
| XYZ | 17.76 | 9.44 | 3.58 | - |
| YUV | 67.94 | 116.19 | 202.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 19 | 47 | 0 | 0.89 | 0.73 | 0.33 | 349.02 | 0.8 | 0.37 |
| Hex | AC | 13 | 2F | 0 | 59 | 49 | 21 | 15D | 50 | 25 |
| Octal | 254 | 23 | 57 | 0 | 131 | 111 | 41 | 535 | 120 | 45 |
| Binary | 10101100 | 10011 | 101111 | 0 | 1011001 | 1001001 | 100001 | 101011101 | 1010000 | 100101 |
Color Harmonies of #AC132F
Complementary color
Monochromatic Colors of #AC132F
Black with #AC132F
Text Example
Text Example
White with #AC132F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC132F; }
p { color: rgb(172,19,47); }
H1.HeaderClassName
{
color: #AC132F;
}
.AnyTagClassName
{
color: #AC132F;
}
</style>
background-color css
<style>
a { background-color: #AC132F; }
a { background-color: rgb(172,19,47); }
div.DivClassName
{
background-color: #AC132F;
}
.BgClassName
{
background-color: #AC132F;
}
</style>
border-color css
<style>
span { border-color: #AC132F; }
span { border-color: rgb(172,19,47); }
td.TdClassName
{
border-color: #AC132F;
}
.TagClassName
{
border-color: #AC132F;
}
</style>