Shades of Cardinal #A9152C
Tints of Cardinal #A9152C
RGB
CMYK
RGB Variations
Color information
#A9152C (or 0xA9152C) is known color: Cardinal. HEX triplet: A9, 15 and 2C. RGB value is (169,21,44). Sum of RGB (Red+Green+Blue) = 169+21+44=234 (30% of max value = 765). Red value is 169 (66.41% from 255 or 72.22% from 234); Green value is 21 (8.59% from 255 or 8.97% from 234); Blue value is 44 (17.58% from 255 or 18.80% from 234); Max value from RGB is 169 - color contains mainly: red. Hex color #A9152C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9152C is #56EAD3. Grayscale: #434343. Windows color (decimal): -5696212 or 2889129. OLE color: 2889129.
HSL color Cylindrical-coordinate representation of color #A9152C: hue angle of 350.68º 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 #A9152C is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 21 | 44 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.34 |
| HSL | 350.68º | 0.78% | 0.37% | - |
| HSV(B) | 350.68º | 0.88% | 0.66% | - |
| XYZ | 17.08 | 9.15 | 3.25 | - |
| YUV | 67.87 | 114.53 | 200.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 21 | 44 | 0 | 0.88 | 0.74 | 0.34 | 350.68 | 0.78 | 0.37 |
| Hex | A9 | 15 | 2C | 0 | 58 | 4A | 22 | 15F | 4E | 25 |
| Octal | 251 | 25 | 54 | 0 | 130 | 112 | 42 | 537 | 116 | 45 |
| Binary | 10101001 | 10101 | 101100 | 0 | 1011000 | 1001010 | 100010 | 101011111 | 1001110 | 100101 |
Color Harmonies of #A9152C
Complementary color
Monochromatic Colors of #A9152C
Black with #A9152C
Text Example
Text Example
White with #A9152C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9152C; }
p { color: rgb(169,21,44); }
H1.HeaderClassName
{
color: #A9152C;
}
.AnyTagClassName
{
color: #A9152C;
}
</style>
background-color css
<style>
a { background-color: #A9152C; }
a { background-color: rgb(169,21,44); }
div.DivClassName
{
background-color: #A9152C;
}
.BgClassName
{
background-color: #A9152C;
}
</style>
border-color css
<style>
span { border-color: #A9152C; }
span { border-color: rgb(169,21,44); }
td.TdClassName
{
border-color: #A9152C;
}
.TagClassName
{
border-color: #A9152C;
}
</style>