Shades of Cardinal #AC103E
Tints of Cardinal #AC103E
RGB
CMYK
RGB Variations
Color information
#AC103E (or 0xAC103E) is known color: Cardinal. HEX triplet: AC, 10 and 3E. RGB value is (172,16,62). Sum of RGB (Red+Green+Blue) = 172+16+62=250 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.8% from 250); Green value is 16 (6.64% from 255 or 6.4% from 250); Blue value is 62 (24.61% from 255 or 24.8% from 250); Max value from RGB is 172 - color contains mainly: red. Hex color #AC103E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC103E is #53EFC1. Grayscale: #434343. Windows color (decimal): -5500866 or 4067500. OLE color: 4067500.
HSL color Cylindrical-coordinate representation of color #AC103E: hue angle of 342.31º 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 #AC103E is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 16 | 62 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.33 |
| HSL | 342.31º | 0.83% | 0.37% | - |
| HSV(B) | 342.31º | 0.91% | 0.67% | - |
| XYZ | 18.07 | 9.49 | 5.44 | - |
| YUV | 67.89 | 124.68 | 202.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 16 | 62 | 0 | 0.91 | 0.64 | 0.33 | 342.31 | 0.83 | 0.37 |
| Hex | AC | 10 | 3E | 0 | 5B | 40 | 21 | 156 | 53 | 25 |
| Octal | 254 | 20 | 76 | 0 | 133 | 100 | 41 | 526 | 123 | 45 |
| Binary | 10101100 | 10000 | 111110 | 0 | 1011011 | 1000000 | 100001 | 101010110 | 1010011 | 100101 |
Color Harmonies of #AC103E
Complementary color
Monochromatic Colors of #AC103E
Black with #AC103E
Text Example
Text Example
White with #AC103E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC103E; }
p { color: rgb(172,16,62); }
H1.HeaderClassName
{
color: #AC103E;
}
.AnyTagClassName
{
color: #AC103E;
}
</style>
background-color css
<style>
a { background-color: #AC103E; }
a { background-color: rgb(172,16,62); }
div.DivClassName
{
background-color: #AC103E;
}
.BgClassName
{
background-color: #AC103E;
}
</style>
border-color css
<style>
span { border-color: #AC103E; }
span { border-color: rgb(172,16,62); }
td.TdClassName
{
border-color: #AC103E;
}
.TagClassName
{
border-color: #AC103E;
}
</style>