Shades of Cardinal #AC202E
Tints of Cardinal #AC202E
RGB
CMYK
RGB Variations
Color information
#AC202E (or 0xAC202E) is known color: Cardinal. HEX triplet: AC, 20 and 2E. RGB value is (172,32,46). Sum of RGB (Red+Green+Blue) = 172+32+46=250 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.8% from 250); Green value is 32 (12.89% from 255 or 12.8% from 250); Blue value is 46 (18.36% from 255 or 18.4% from 250); Max value from RGB is 172 - color contains mainly: red. Hex color #AC202E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC202E is #53DFD1. Grayscale: #4B4B4B. Windows color (decimal): -5496786 or 3023020. OLE color: 3023020.
HSL color Cylindrical-coordinate representation of color #AC202E: hue angle of 354º 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 #AC202E is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 32 | 46 | - |
| CMYK | 0 | 0.81 | 0.73 | 0.33 |
| HSL | 354º | 0.69% | 0.4% | - |
| HSV(B) | 354º | 0.81% | 0.67% | - |
| XYZ | 18.02 | 10 | 3.57 | - |
| YUV | 75.46 | 111.38 | 196.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 32 | 46 | 0 | 0.81 | 0.73 | 0.33 | 354 | 0.69 | 0.4 |
| Hex | AC | 20 | 2E | 0 | 51 | 49 | 21 | 162 | 45 | 28 |
| Octal | 254 | 40 | 56 | 0 | 121 | 111 | 41 | 542 | 105 | 50 |
| Binary | 10101100 | 100000 | 101110 | 0 | 1010001 | 1001001 | 100001 | 101100010 | 1000101 | 101000 |
Color Harmonies of #AC202E
Complementary color
Monochromatic Colors of #AC202E
Black with #AC202E
Text Example
Text Example
White with #AC202E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC202E; }
p { color: rgb(172,32,46); }
H1.HeaderClassName
{
color: #AC202E;
}
.AnyTagClassName
{
color: #AC202E;
}
</style>
background-color css
<style>
a { background-color: #AC202E; }
a { background-color: rgb(172,32,46); }
div.DivClassName
{
background-color: #AC202E;
}
.BgClassName
{
background-color: #AC202E;
}
</style>
border-color css
<style>
span { border-color: #AC202E; }
span { border-color: rgb(172,32,46); }
td.TdClassName
{
border-color: #AC202E;
}
.TagClassName
{
border-color: #AC202E;
}
</style>