Shades of Cardinal #AC103B
Tints of Cardinal #AC103B
RGB
CMYK
RGB Variations
Color information
#AC103B (or 0xAC103B) is known color: Cardinal. HEX triplet: AC, 10 and 3B. RGB value is (172,16,59). Sum of RGB (Red+Green+Blue) = 172+16+59=247 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.64% from 247); Green value is 16 (6.64% from 255 or 6.48% from 247); Blue value is 59 (23.44% from 255 or 23.89% from 247); Max value from RGB is 172 - color contains mainly: red. Hex color #AC103B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC103B is #53EFC4. Grayscale: #434343. Windows color (decimal): -5500869 or 3870892. OLE color: 3870892.
HSL color Cylindrical-coordinate representation of color #AC103B: hue angle of 343.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 #AC103B is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 16 | 59 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.33 |
| HSL | 343.46º | 0.83% | 0.37% | - |
| HSV(B) | 343.46º | 0.91% | 0.67% | - |
| XYZ | 17.99 | 9.46 | 5.01 | - |
| YUV | 67.55 | 123.18 | 202.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 16 | 59 | 0 | 0.91 | 0.66 | 0.33 | 343.46 | 0.83 | 0.37 |
| Hex | AC | 10 | 3B | 0 | 5B | 42 | 21 | 157 | 53 | 25 |
| Octal | 254 | 20 | 73 | 0 | 133 | 102 | 41 | 527 | 123 | 45 |
| Binary | 10101100 | 10000 | 111011 | 0 | 1011011 | 1000010 | 100001 | 101010111 | 1010011 | 100101 |
Color Harmonies of #AC103B
Complementary color
Monochromatic Colors of #AC103B
Black with #AC103B
Text Example
Text Example
White with #AC103B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC103B; }
p { color: rgb(172,16,59); }
H1.HeaderClassName
{
color: #AC103B;
}
.AnyTagClassName
{
color: #AC103B;
}
</style>
background-color css
<style>
a { background-color: #AC103B; }
a { background-color: rgb(172,16,59); }
div.DivClassName
{
background-color: #AC103B;
}
.BgClassName
{
background-color: #AC103B;
}
</style>
border-color css
<style>
span { border-color: #AC103B; }
span { border-color: rgb(172,16,59); }
td.TdClassName
{
border-color: #AC103B;
}
.TagClassName
{
border-color: #AC103B;
}
</style>