Shades of Cardinal #A9143D
Tints of Cardinal #A9143D
RGB
CMYK
RGB Variations
Color information
#A9143D (or 0xA9143D) is known color: Cardinal. HEX triplet: A9, 14 and 3D. RGB value is (169,20,61). Sum of RGB (Red+Green+Blue) = 169+20+61=250 (33% of max value = 765). Red value is 169 (66.41% from 255 or 67.6% from 250); Green value is 20 (8.20% from 255 or 8% from 250); Blue value is 61 (24.22% from 255 or 24.4% from 250); Max value from RGB is 169 - color contains mainly: red. Hex color #A9143D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9143D is #56EBC2. Grayscale: #454545. Windows color (decimal): -5696451 or 4002985. OLE color: 4002985.
HSL color Cylindrical-coordinate representation of color #A9143D: hue angle of 343.49º 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 #A9143D is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 20 | 61 | - |
| CMYK | 0 | 0.88 | 0.64 | 0.34 |
| HSL | 343.49º | 0.79% | 0.37% | - |
| HSV(B) | 343.49º | 0.88% | 0.66% | - |
| XYZ | 17.45 | 9.27 | 5.28 | - |
| YUV | 69.23 | 123.36 | 199.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 20 | 61 | 0 | 0.88 | 0.64 | 0.34 | 343.49 | 0.79 | 0.37 |
| Hex | A9 | 14 | 3D | 0 | 58 | 40 | 22 | 157 | 4F | 25 |
| Octal | 251 | 24 | 75 | 0 | 130 | 100 | 42 | 527 | 117 | 45 |
| Binary | 10101001 | 10100 | 111101 | 0 | 1011000 | 1000000 | 100010 | 101010111 | 1001111 | 100101 |
Color Harmonies of #A9143D
Complementary color
Monochromatic Colors of #A9143D
Black with #A9143D
Text Example
Text Example
White with #A9143D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9143D; }
p { color: rgb(169,20,61); }
H1.HeaderClassName
{
color: #A9143D;
}
.AnyTagClassName
{
color: #A9143D;
}
</style>
background-color css
<style>
a { background-color: #A9143D; }
a { background-color: rgb(169,20,61); }
div.DivClassName
{
background-color: #A9143D;
}
.BgClassName
{
background-color: #A9143D;
}
</style>
border-color css
<style>
span { border-color: #A9143D; }
span { border-color: rgb(169,20,61); }
td.TdClassName
{
border-color: #A9143D;
}
.TagClassName
{
border-color: #A9143D;
}
</style>