Shades of Cardinal #A8193C
Tints of Cardinal #A8193C
RGB
CMYK
RGB Variations
Color information
#A8193C (or 0xA8193C) is known color: Cardinal. HEX triplet: A8, 19 and 3C. RGB value is (168,25,60). Sum of RGB (Red+Green+Blue) = 168+25+60=253 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.40% from 253); Green value is 25 (10.16% from 255 or 9.88% from 253); Blue value is 60 (23.83% from 255 or 23.72% from 253); Max value from RGB is 168 - color contains mainly: red. Hex color #A8193C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8193C is #57E6C3. Grayscale: #474747. Windows color (decimal): -5760708 or 3938728. OLE color: 3938728.
HSL color Cylindrical-coordinate representation of color #A8193C: hue angle of 345.31º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A8193C is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 25 | 60 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.34 |
| HSL | 345.31º | 0.74% | 0.38% | - |
| HSV(B) | 345.31º | 0.85% | 0.66% | - |
| XYZ | 17.31 | 9.35 | 5.17 | - |
| YUV | 71.75 | 121.38 | 196.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 25 | 60 | 0 | 0.85 | 0.64 | 0.34 | 345.31 | 0.74 | 0.38 |
| Hex | A8 | 19 | 3C | 0 | 55 | 40 | 22 | 159 | 4A | 26 |
| Octal | 250 | 31 | 74 | 0 | 125 | 100 | 42 | 531 | 112 | 46 |
| Binary | 10101000 | 11001 | 111100 | 0 | 1010101 | 1000000 | 100010 | 101011001 | 1001010 | 100110 |
Color Harmonies of #A8193C
Complementary color
Monochromatic Colors of #A8193C
Black with #A8193C
Text Example
Text Example
White with #A8193C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8193C; }
p { color: rgb(168,25,60); }
H1.HeaderClassName
{
color: #A8193C;
}
.AnyTagClassName
{
color: #A8193C;
}
</style>
background-color css
<style>
a { background-color: #A8193C; }
a { background-color: rgb(168,25,60); }
div.DivClassName
{
background-color: #A8193C;
}
.BgClassName
{
background-color: #A8193C;
}
</style>
border-color css
<style>
span { border-color: #A8193C; }
span { border-color: rgb(168,25,60); }
td.TdClassName
{
border-color: #A8193C;
}
.TagClassName
{
border-color: #A8193C;
}
</style>