Shades of Cardinal #AC133A
Tints of Cardinal #AC133A
RGB
CMYK
RGB Variations
Color information
#AC133A (or 0xAC133A) is known color: Cardinal. HEX triplet: AC, 13 and 3A. RGB value is (172,19,58). Sum of RGB (Red+Green+Blue) = 172+19+58=249 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.08% from 249); Green value is 19 (7.81% from 255 or 7.63% from 249); Blue value is 58 (23.05% from 255 or 23.29% from 249); Max value from RGB is 172 - color contains mainly: red. Hex color #AC133A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC133A is #53ECC5. Grayscale: #454545. Windows color (decimal): -5500102 or 3806124. OLE color: 3806124.
HSL color Cylindrical-coordinate representation of color #AC133A: hue angle of 344.71º 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 #AC133A is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 19 | 58 | - |
| CMYK | 0 | 0.89 | 0.66 | 0.33 |
| HSL | 344.71º | 0.8% | 0.37% | - |
| HSV(B) | 344.71º | 0.89% | 0.67% | - |
| XYZ | 18.01 | 9.54 | 4.9 | - |
| YUV | 69.19 | 121.69 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 19 | 58 | 0 | 0.89 | 0.66 | 0.33 | 344.71 | 0.8 | 0.37 |
| Hex | AC | 13 | 3A | 0 | 59 | 42 | 21 | 159 | 50 | 25 |
| Octal | 254 | 23 | 72 | 0 | 131 | 102 | 41 | 531 | 120 | 45 |
| Binary | 10101100 | 10011 | 111010 | 0 | 1011001 | 1000010 | 100001 | 101011001 | 1010000 | 100101 |
Color Harmonies of #AC133A
Complementary color
Monochromatic Colors of #AC133A
Black with #AC133A
Text Example
Text Example
White with #AC133A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC133A; }
p { color: rgb(172,19,58); }
H1.HeaderClassName
{
color: #AC133A;
}
.AnyTagClassName
{
color: #AC133A;
}
</style>
background-color css
<style>
a { background-color: #AC133A; }
a { background-color: rgb(172,19,58); }
div.DivClassName
{
background-color: #AC133A;
}
.BgClassName
{
background-color: #AC133A;
}
</style>
border-color css
<style>
span { border-color: #AC133A; }
span { border-color: rgb(172,19,58); }
td.TdClassName
{
border-color: #AC133A;
}
.TagClassName
{
border-color: #AC133A;
}
</style>