Shades of Cardinal #A9143F
Tints of Cardinal #A9143F
RGB
CMYK
RGB Variations
Color information
#A9143F (or 0xA9143F) is known color: Cardinal. HEX triplet: A9, 14 and 3F. RGB value is (169,20,63). Sum of RGB (Red+Green+Blue) = 169+20+63=252 (33% of max value = 765). Red value is 169 (66.41% from 255 or 67.06% from 252); Green value is 20 (8.20% from 255 or 7.94% from 252); Blue value is 63 (25% from 255 or 25% from 252); Max value from RGB is 169 - color contains mainly: red. Hex color #A9143F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9143F is #56EBC0. Grayscale: #454545. Windows color (decimal): -5696449 or 4134057. OLE color: 4134057.
HSL color Cylindrical-coordinate representation of color #A9143F: hue angle of 342.68º 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 #A9143F is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 20 | 63 | - |
| CMYK | 0 | 0.88 | 0.63 | 0.34 |
| HSL | 342.68º | 0.79% | 0.37% | - |
| HSV(B) | 342.68º | 0.88% | 0.66% | - |
| XYZ | 17.51 | 9.29 | 5.57 | - |
| YUV | 69.45 | 124.36 | 199 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 20 | 63 | 0 | 0.88 | 0.63 | 0.34 | 342.68 | 0.79 | 0.37 |
| Hex | A9 | 14 | 3F | 0 | 58 | 3F | 22 | 157 | 4F | 25 |
| Octal | 251 | 24 | 77 | 0 | 130 | 77 | 42 | 527 | 117 | 45 |
| Binary | 10101001 | 10100 | 111111 | 0 | 1011000 | 111111 | 100010 | 101010111 | 1001111 | 100101 |
Color Harmonies of #A9143F
Complementary color
Monochromatic Colors of #A9143F
Black with #A9143F
Text Example
Text Example
White with #A9143F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9143F; }
p { color: rgb(169,20,63); }
H1.HeaderClassName
{
color: #A9143F;
}
.AnyTagClassName
{
color: #A9143F;
}
</style>
background-color css
<style>
a { background-color: #A9143F; }
a { background-color: rgb(169,20,63); }
div.DivClassName
{
background-color: #A9143F;
}
.BgClassName
{
background-color: #A9143F;
}
</style>
border-color css
<style>
span { border-color: #A9143F; }
span { border-color: rgb(169,20,63); }
td.TdClassName
{
border-color: #A9143F;
}
.TagClassName
{
border-color: #A9143F;
}
</style>