Shades of Cardinal #AC133E
Tints of Cardinal #AC133E
RGB
CMYK
RGB Variations
Color information
#AC133E (or 0xAC133E) is known color: Cardinal. HEX triplet: AC, 13 and 3E. RGB value is (172,19,62). Sum of RGB (Red+Green+Blue) = 172+19+62=253 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.98% from 253); Green value is 19 (7.81% from 255 or 7.51% from 253); Blue value is 62 (24.61% from 255 or 24.51% from 253); Max value from RGB is 172 - color contains mainly: red. Hex color #AC133E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC133E is #53ECC1. Grayscale: #454545. Windows color (decimal): -5500098 or 4068268. OLE color: 4068268.
HSL color Cylindrical-coordinate representation of color #AC133E: hue angle of 343.14º 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 #AC133E is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 19 | 62 | - |
| CMYK | 0 | 0.89 | 0.64 | 0.33 |
| HSL | 343.14º | 0.8% | 0.37% | - |
| HSV(B) | 343.14º | 0.89% | 0.67% | - |
| XYZ | 18.12 | 9.58 | 5.45 | - |
| YUV | 69.65 | 123.69 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 19 | 62 | 0 | 0.89 | 0.64 | 0.33 | 343.14 | 0.8 | 0.37 |
| Hex | AC | 13 | 3E | 0 | 59 | 40 | 21 | 157 | 50 | 25 |
| Octal | 254 | 23 | 76 | 0 | 131 | 100 | 41 | 527 | 120 | 45 |
| Binary | 10101100 | 10011 | 111110 | 0 | 1011001 | 1000000 | 100001 | 101010111 | 1010000 | 100101 |
Color Harmonies of #AC133E
Complementary color
Monochromatic Colors of #AC133E
Black with #AC133E
Text Example
Text Example
White with #AC133E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC133E; }
p { color: rgb(172,19,62); }
H1.HeaderClassName
{
color: #AC133E;
}
.AnyTagClassName
{
color: #AC133E;
}
</style>
background-color css
<style>
a { background-color: #AC133E; }
a { background-color: rgb(172,19,62); }
div.DivClassName
{
background-color: #AC133E;
}
.BgClassName
{
background-color: #AC133E;
}
</style>
border-color css
<style>
span { border-color: #AC133E; }
span { border-color: rgb(172,19,62); }
td.TdClassName
{
border-color: #AC133E;
}
.TagClassName
{
border-color: #AC133E;
}
</style>