Shades of Cardinal #AC132A
Tints of Cardinal #AC132A
RGB
CMYK
RGB Variations
Color information
#AC132A (or 0xAC132A) is known color: Cardinal. HEX triplet: AC, 13 and 2A. RGB value is (172,19,42). Sum of RGB (Red+Green+Blue) = 172+19+42=233 (30% of max value = 765). Red value is 172 (67.58% from 255 or 73.82% from 233); Green value is 19 (7.81% from 255 or 8.15% from 233); Blue value is 42 (16.80% from 255 or 18.03% from 233); Max value from RGB is 172 - color contains mainly: red. Hex color #AC132A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC132A is #53ECD5. Grayscale: #434343. Windows color (decimal): -5500118 or 2757548. OLE color: 2757548.
HSL color Cylindrical-coordinate representation of color #AC132A: hue angle of 350.98º 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 #AC132A is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 19 | 42 | - |
| CMYK | 0 | 0.89 | 0.76 | 0.33 |
| HSL | 350.98º | 0.8% | 0.37% | - |
| HSV(B) | 350.98º | 0.89% | 0.67% | - |
| XYZ | 17.66 | 9.4 | 3.07 | - |
| YUV | 67.37 | 113.69 | 202.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 19 | 42 | 0 | 0.89 | 0.76 | 0.33 | 350.98 | 0.8 | 0.37 |
| Hex | AC | 13 | 2A | 0 | 59 | 4C | 21 | 15F | 50 | 25 |
| Octal | 254 | 23 | 52 | 0 | 131 | 114 | 41 | 537 | 120 | 45 |
| Binary | 10101100 | 10011 | 101010 | 0 | 1011001 | 1001100 | 100001 | 101011111 | 1010000 | 100101 |
Color Harmonies of #AC132A
Complementary color
Monochromatic Colors of #AC132A
Black with #AC132A
Text Example
Text Example
White with #AC132A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC132A; }
p { color: rgb(172,19,42); }
H1.HeaderClassName
{
color: #AC132A;
}
.AnyTagClassName
{
color: #AC132A;
}
</style>
background-color css
<style>
a { background-color: #AC132A; }
a { background-color: rgb(172,19,42); }
div.DivClassName
{
background-color: #AC132A;
}
.BgClassName
{
background-color: #AC132A;
}
</style>
border-color css
<style>
span { border-color: #AC132A; }
span { border-color: rgb(172,19,42); }
td.TdClassName
{
border-color: #AC132A;
}
.TagClassName
{
border-color: #AC132A;
}
</style>