Shades of Cardinal #AC023B
Tints of Cardinal #AC023B
RGB
CMYK
RGB Variations
Color information
#AC023B (or 0xAC023B) is known color: Cardinal. HEX triplet: AC, 02 and 3B. RGB value is (172,2,59). Sum of RGB (Red+Green+Blue) = 172+2+59=233 (30% of max value = 765). Red value is 172 (67.58% from 255 or 73.82% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 59 (23.44% from 255 or 25.32% from 233); Max value from RGB is 172 - color contains mainly: red. Hex color #AC023B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC023B is #53FDC4. Grayscale: #3B3B3B. Windows color (decimal): -5504453 or 3867308. OLE color: 3867308.
HSL color Cylindrical-coordinate representation of color #AC023B: hue angle of 339.88º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC023B is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 2 | 59 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.33 |
| HSL | 339.88º | 0.98% | 0.34% | - |
| HSV(B) | 339.88º | 0.99% | 0.67% | - |
| XYZ | 17.82 | 9.13 | 4.96 | - |
| YUV | 59.33 | 127.82 | 208.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 2 | 59 | 0 | 0.99 | 0.66 | 0.33 | 339.88 | 0.98 | 0.34 |
| Hex | AC | 2 | 3B | 0 | 63 | 42 | 21 | 154 | 62 | 22 |
| Octal | 254 | 2 | 73 | 0 | 143 | 102 | 41 | 524 | 142 | 42 |
| Binary | 10101100 | 10 | 111011 | 0 | 1100011 | 1000010 | 100001 | 101010100 | 1100010 | 100010 |
Color Harmonies of #AC023B
Complementary color
Monochromatic Colors of #AC023B
Black with #AC023B
Text Example
Text Example
White with #AC023B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC023B; }
p { color: rgb(172,2,59); }
H1.HeaderClassName
{
color: #AC023B;
}
.AnyTagClassName
{
color: #AC023B;
}
</style>
background-color css
<style>
a { background-color: #AC023B; }
a { background-color: rgb(172,2,59); }
div.DivClassName
{
background-color: #AC023B;
}
.BgClassName
{
background-color: #AC023B;
}
</style>
border-color css
<style>
span { border-color: #AC023B; }
span { border-color: rgb(172,2,59); }
td.TdClassName
{
border-color: #AC023B;
}
.TagClassName
{
border-color: #AC023B;
}
</style>