Shades of Cardinal #AC102C
Tints of Cardinal #AC102C
RGB
CMYK
RGB Variations
Color information
#AC102C (or 0xAC102C) is known color: Cardinal. HEX triplet: AC, 10 and 2C. RGB value is (172,16,44). Sum of RGB (Red+Green+Blue) = 172+16+44=232 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.14% from 232); Green value is 16 (6.64% from 255 or 6.90% from 232); Blue value is 44 (17.58% from 255 or 18.97% from 232); Max value from RGB is 172 - color contains mainly: red. Hex color #AC102C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC102C is #53EFD3. Grayscale: #414141. Windows color (decimal): -5500884 or 2887852. OLE color: 2887852.
HSL color Cylindrical-coordinate representation of color #AC102C: hue angle of 349.23º 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 #AC102C is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 16 | 44 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.33 |
| HSL | 349.23º | 0.83% | 0.37% | - |
| HSV(B) | 349.23º | 0.91% | 0.67% | - |
| XYZ | 17.65 | 9.32 | 3.25 | - |
| YUV | 65.84 | 115.68 | 203.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 16 | 44 | 0 | 0.91 | 0.74 | 0.33 | 349.23 | 0.83 | 0.37 |
| Hex | AC | 10 | 2C | 0 | 5B | 4A | 21 | 15D | 53 | 25 |
| Octal | 254 | 20 | 54 | 0 | 133 | 112 | 41 | 535 | 123 | 45 |
| Binary | 10101100 | 10000 | 101100 | 0 | 1011011 | 1001010 | 100001 | 101011101 | 1010011 | 100101 |
Color Harmonies of #AC102C
Complementary color
Monochromatic Colors of #AC102C
Black with #AC102C
Text Example
Text Example
White with #AC102C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC102C; }
p { color: rgb(172,16,44); }
H1.HeaderClassName
{
color: #AC102C;
}
.AnyTagClassName
{
color: #AC102C;
}
</style>
background-color css
<style>
a { background-color: #AC102C; }
a { background-color: rgb(172,16,44); }
div.DivClassName
{
background-color: #AC102C;
}
.BgClassName
{
background-color: #AC102C;
}
</style>
border-color css
<style>
span { border-color: #AC102C; }
span { border-color: rgb(172,16,44); }
td.TdClassName
{
border-color: #AC102C;
}
.TagClassName
{
border-color: #AC102C;
}
</style>