Shades of Cardinal #AC102E
Tints of Cardinal #AC102E
RGB
CMYK
RGB Variations
Color information
#AC102E (or 0xAC102E) is known color: Cardinal. HEX triplet: AC, 10 and 2E. RGB value is (172,16,46). Sum of RGB (Red+Green+Blue) = 172+16+46=234 (30% of max value = 765). Red value is 172 (67.58% from 255 or 73.50% from 234); Green value is 16 (6.64% from 255 or 6.84% from 234); Blue value is 46 (18.36% from 255 or 19.66% from 234); Max value from RGB is 172 - color contains mainly: red. Hex color #AC102E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC102E is #53EFD1. Grayscale: #424242. Windows color (decimal): -5500882 or 3018924. OLE color: 3018924.
HSL color Cylindrical-coordinate representation of color #AC102E: hue angle of 348.46º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC102E is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 16 | 46 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.33 |
| HSL | 348.46º | 0.83% | 0.37% | - |
| HSV(B) | 348.46º | 0.91% | 0.67% | - |
| XYZ | 17.69 | 9.34 | 3.45 | - |
| YUV | 66.06 | 116.68 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 16 | 46 | 0 | 0.91 | 0.73 | 0.33 | 348.46 | 0.83 | 0.37 |
| Hex | AC | 10 | 2E | 0 | 5B | 49 | 21 | 15C | 53 | 25 |
| Octal | 254 | 20 | 56 | 0 | 133 | 111 | 41 | 534 | 123 | 45 |
| Binary | 10101100 | 10000 | 101110 | 0 | 1011011 | 1001001 | 100001 | 101011100 | 1010011 | 100101 |
Color Harmonies of #AC102E
Complementary color
Monochromatic Colors of #AC102E
Black with #AC102E
Text Example
Text Example
White with #AC102E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC102E; }
p { color: rgb(172,16,46); }
H1.HeaderClassName
{
color: #AC102E;
}
.AnyTagClassName
{
color: #AC102E;
}
</style>
background-color css
<style>
a { background-color: #AC102E; }
a { background-color: rgb(172,16,46); }
div.DivClassName
{
background-color: #AC102E;
}
.BgClassName
{
background-color: #AC102E;
}
</style>
border-color css
<style>
span { border-color: #AC102E; }
span { border-color: rgb(172,16,46); }
td.TdClassName
{
border-color: #AC102E;
}
.TagClassName
{
border-color: #AC102E;
}
</style>