Shades of Cardinal #A9153C
Tints of Cardinal #A9153C
RGB
CMYK
RGB Variations
Color information
#A9153C (or 0xA9153C) is known color: Cardinal. HEX triplet: A9, 15 and 3C. RGB value is (169,21,60). Sum of RGB (Red+Green+Blue) = 169+21+60=250 (33% of max value = 765). Red value is 169 (66.41% from 255 or 67.6% from 250); Green value is 21 (8.59% from 255 or 8.4% from 250); Blue value is 60 (23.83% from 255 or 24% from 250); Max value from RGB is 169 - color contains mainly: red. Hex color #A9153C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9153C is #56EAC3. Grayscale: #454545. Windows color (decimal): -5696196 or 3937705. OLE color: 3937705.
HSL color Cylindrical-coordinate representation of color #A9153C: hue angle of 344.19º degrees, saturation: 0.78, 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 #A9153C is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 21 | 60 | - |
| CMYK | 0 | 0.88 | 0.64 | 0.34 |
| HSL | 344.19º | 0.78% | 0.37% | - |
| HSV(B) | 344.19º | 0.88% | 0.66% | - |
| XYZ | 17.45 | 9.3 | 5.15 | - |
| YUV | 69.7 | 122.53 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 21 | 60 | 0 | 0.88 | 0.64 | 0.34 | 344.19 | 0.78 | 0.37 |
| Hex | A9 | 15 | 3C | 0 | 58 | 40 | 22 | 158 | 4E | 25 |
| Octal | 251 | 25 | 74 | 0 | 130 | 100 | 42 | 530 | 116 | 45 |
| Binary | 10101001 | 10101 | 111100 | 0 | 1011000 | 1000000 | 100010 | 101011000 | 1001110 | 100101 |
Color Harmonies of #A9153C
Complementary color
Monochromatic Colors of #A9153C
Black with #A9153C
Text Example
Text Example
White with #A9153C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9153C; }
p { color: rgb(169,21,60); }
H1.HeaderClassName
{
color: #A9153C;
}
.AnyTagClassName
{
color: #A9153C;
}
</style>
background-color css
<style>
a { background-color: #A9153C; }
a { background-color: rgb(169,21,60); }
div.DivClassName
{
background-color: #A9153C;
}
.BgClassName
{
background-color: #A9153C;
}
</style>
border-color css
<style>
span { border-color: #A9153C; }
span { border-color: rgb(169,21,60); }
td.TdClassName
{
border-color: #A9153C;
}
.TagClassName
{
border-color: #A9153C;
}
</style>