Shades of Cardinal #AC103F
Tints of Cardinal #AC103F
RGB
CMYK
RGB Variations
Color information
#AC103F (or 0xAC103F) is known color: Cardinal. HEX triplet: AC, 10 and 3F. RGB value is (172,16,63). Sum of RGB (Red+Green+Blue) = 172+16+63=251 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.53% from 251); Green value is 16 (6.64% from 255 or 6.37% from 251); Blue value is 63 (25% from 255 or 25.10% from 251); Max value from RGB is 172 - color contains mainly: red. Hex color #AC103F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC103F is #53EFC0. Grayscale: #434343. Windows color (decimal): -5500865 or 4133036. OLE color: 4133036.
HSL color Cylindrical-coordinate representation of color #AC103F: hue angle of 341.92º 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 #AC103F is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 16 | 63 | - |
| CMYK | 0 | 0.91 | 0.63 | 0.33 |
| HSL | 341.92º | 0.83% | 0.37% | - |
| HSV(B) | 341.92º | 0.91% | 0.67% | - |
| XYZ | 18.1 | 9.5 | 5.58 | - |
| YUV | 68 | 125.18 | 202.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 16 | 63 | 0 | 0.91 | 0.63 | 0.33 | 341.92 | 0.83 | 0.37 |
| Hex | AC | 10 | 3F | 0 | 5B | 3F | 21 | 156 | 53 | 25 |
| Octal | 254 | 20 | 77 | 0 | 133 | 77 | 41 | 526 | 123 | 45 |
| Binary | 10101100 | 10000 | 111111 | 0 | 1011011 | 111111 | 100001 | 101010110 | 1010011 | 100101 |
Color Harmonies of #AC103F
Complementary color
Monochromatic Colors of #AC103F
Black with #AC103F
Text Example
Text Example
White with #AC103F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC103F; }
p { color: rgb(172,16,63); }
H1.HeaderClassName
{
color: #AC103F;
}
.AnyTagClassName
{
color: #AC103F;
}
</style>
background-color css
<style>
a { background-color: #AC103F; }
a { background-color: rgb(172,16,63); }
div.DivClassName
{
background-color: #AC103F;
}
.BgClassName
{
background-color: #AC103F;
}
</style>
border-color css
<style>
span { border-color: #AC103F; }
span { border-color: rgb(172,16,63); }
td.TdClassName
{
border-color: #AC103F;
}
.TagClassName
{
border-color: #AC103F;
}
</style>