Shades of Cardinal #A8142D
Tints of Cardinal #A8142D
RGB
CMYK
RGB Variations
Color information
#A8142D (or 0xA8142D) is known color: Cardinal. HEX triplet: A8, 14 and 2D. RGB value is (168,20,45). Sum of RGB (Red+Green+Blue) = 168+20+45=233 (30% of max value = 765). Red value is 168 (66.02% from 255 or 72.10% from 233); Green value is 20 (8.20% from 255 or 8.58% from 233); Blue value is 45 (17.97% from 255 or 19.31% from 233); Max value from RGB is 168 - color contains mainly: red. Hex color #A8142D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8142D is #57EBD2. Grayscale: #434343. Windows color (decimal): -5762003 or 2954408. OLE color: 2954408.
HSL color Cylindrical-coordinate representation of color #A8142D: hue angle of 349.86º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A8142D is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 20 | 45 | - |
| CMYK | 0 | 0.88 | 0.73 | 0.34 |
| HSL | 349.86º | 0.79% | 0.37% | - |
| HSV(B) | 349.86º | 0.88% | 0.66% | - |
| XYZ | 16.87 | 9.01 | 3.33 | - |
| YUV | 67.1 | 115.53 | 199.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 20 | 45 | 0 | 0.88 | 0.73 | 0.34 | 349.86 | 0.79 | 0.37 |
| Hex | A8 | 14 | 2D | 0 | 58 | 49 | 22 | 15E | 4F | 25 |
| Octal | 250 | 24 | 55 | 0 | 130 | 111 | 42 | 536 | 117 | 45 |
| Binary | 10101000 | 10100 | 101101 | 0 | 1011000 | 1001001 | 100010 | 101011110 | 1001111 | 100101 |
Color Harmonies of #A8142D
Complementary color
Monochromatic Colors of #A8142D
Black with #A8142D
Text Example
Text Example
White with #A8142D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8142D; }
p { color: rgb(168,20,45); }
H1.HeaderClassName
{
color: #A8142D;
}
.AnyTagClassName
{
color: #A8142D;
}
</style>
background-color css
<style>
a { background-color: #A8142D; }
a { background-color: rgb(168,20,45); }
div.DivClassName
{
background-color: #A8142D;
}
.BgClassName
{
background-color: #A8142D;
}
</style>
border-color css
<style>
span { border-color: #A8142D; }
span { border-color: rgb(168,20,45); }
td.TdClassName
{
border-color: #A8142D;
}
.TagClassName
{
border-color: #A8142D;
}
</style>