Shades of Cardinal #AC203F
Tints of Cardinal #AC203F
RGB
CMYK
RGB Variations
Color information
#AC203F (or 0xAC203F) is known color: Cardinal. HEX triplet: AC, 20 and 3F. RGB value is (172,32,63). Sum of RGB (Red+Green+Blue) = 172+32+63=267 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.42% from 267); Green value is 32 (12.89% from 255 or 11.99% from 267); Blue value is 63 (25% from 255 or 23.60% from 267); Max value from RGB is 172 - color contains mainly: red. Hex color #AC203F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC203F is #53DFC0. Grayscale: #4D4D4D. Windows color (decimal): -5496769 or 4137132. OLE color: 4137132.
HSL color Cylindrical-coordinate representation of color #AC203F: hue angle of 346.71º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC203F is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 32 | 63 | - |
| CMYK | 0 | 0.81 | 0.63 | 0.33 |
| HSL | 346.71º | 0.69% | 0.4% | - |
| HSV(B) | 346.71º | 0.81% | 0.67% | - |
| XYZ | 18.43 | 10.16 | 5.69 | - |
| YUV | 77.39 | 119.88 | 195.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 32 | 63 | 0 | 0.81 | 0.63 | 0.33 | 346.71 | 0.69 | 0.4 |
| Hex | AC | 20 | 3F | 0 | 51 | 3F | 21 | 15B | 45 | 28 |
| Octal | 254 | 40 | 77 | 0 | 121 | 77 | 41 | 533 | 105 | 50 |
| Binary | 10101100 | 100000 | 111111 | 0 | 1010001 | 111111 | 100001 | 101011011 | 1000101 | 101000 |
Color Harmonies of #AC203F
Complementary color
Monochromatic Colors of #AC203F
Black with #AC203F
Text Example
Text Example
White with #AC203F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC203F; }
p { color: rgb(172,32,63); }
H1.HeaderClassName
{
color: #AC203F;
}
.AnyTagClassName
{
color: #AC203F;
}
</style>
background-color css
<style>
a { background-color: #AC203F; }
a { background-color: rgb(172,32,63); }
div.DivClassName
{
background-color: #AC203F;
}
.BgClassName
{
background-color: #AC203F;
}
</style>
border-color css
<style>
span { border-color: #AC203F; }
span { border-color: rgb(172,32,63); }
td.TdClassName
{
border-color: #AC203F;
}
.TagClassName
{
border-color: #AC203F;
}
</style>