Shades of Cardinal #A8113C
Tints of Cardinal #A8113C
RGB
CMYK
RGB Variations
Color information
#A8113C (or 0xA8113C) is known color: Cardinal. HEX triplet: A8, 11 and 3C. RGB value is (168,17,60). Sum of RGB (Red+Green+Blue) = 168+17+60=245 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.57% from 245); Green value is 17 (7.03% from 255 or 6.94% from 245); Blue value is 60 (23.83% from 255 or 24.49% from 245); Max value from RGB is 168 - color contains mainly: red. Hex color #A8113C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8113C is #57EEC3. Grayscale: #434343. Windows color (decimal): -5762756 or 3936680. OLE color: 3936680.
HSL color Cylindrical-coordinate representation of color #A8113C: hue angle of 342.91º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A8113C is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 17 | 60 | - |
| CMYK | 0 | 0.90 | 0.64 | 0.34 |
| HSL | 342.91º | 0.82% | 0.36% | - |
| HSV(B) | 342.91º | 0.9% | 0.66% | - |
| XYZ | 17.16 | 9.05 | 5.12 | - |
| YUV | 67.05 | 124.03 | 200 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 17 | 60 | 0 | 0.90 | 0.64 | 0.34 | 342.91 | 0.82 | 0.36 |
| Hex | A8 | 11 | 3C | 0 | 5A | 40 | 22 | 157 | 52 | 24 |
| Octal | 250 | 21 | 74 | 0 | 132 | 100 | 42 | 527 | 122 | 44 |
| Binary | 10101000 | 10001 | 111100 | 0 | 1011010 | 1000000 | 100010 | 101010111 | 1010010 | 100100 |
Color Harmonies of #A8113C
Complementary color
Monochromatic Colors of #A8113C
Black with #A8113C
Text Example
Text Example
White with #A8113C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8113C; }
p { color: rgb(168,17,60); }
H1.HeaderClassName
{
color: #A8113C;
}
.AnyTagClassName
{
color: #A8113C;
}
</style>
background-color css
<style>
a { background-color: #A8113C; }
a { background-color: rgb(168,17,60); }
div.DivClassName
{
background-color: #A8113C;
}
.BgClassName
{
background-color: #A8113C;
}
</style>
border-color css
<style>
span { border-color: #A8113C; }
span { border-color: rgb(168,17,60); }
td.TdClassName
{
border-color: #A8113C;
}
.TagClassName
{
border-color: #A8113C;
}
</style>