Shades of Cardinal #A91741
Tints of Cardinal #A91741
RGB
CMYK
RGB Variations
Color information
#A91741 (or 0xA91741) is known color: Cardinal. HEX triplet: A9, 17 and 41. RGB value is (169,23,65). Sum of RGB (Red+Green+Blue) = 169+23+65=257 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65.76% from 257); Green value is 23 (9.38% from 255 or 8.95% from 257); Blue value is 65 (25.78% from 255 or 25.29% from 257); Max value from RGB is 169 - color contains mainly: red. Hex color #A91741 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91741 is #56E8BE. Grayscale: #474747. Windows color (decimal): -5695679 or 4265897. OLE color: 4265897.
HSL color Cylindrical-coordinate representation of color #A91741: hue angle of 342.74º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A91741 is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 23 | 65 | - |
| CMYK | 0 | 0.86 | 0.62 | 0.34 |
| HSL | 342.74º | 0.76% | 0.38% | - |
| HSV(B) | 342.74º | 0.86% | 0.66% | - |
| XYZ | 17.62 | 9.43 | 5.89 | - |
| YUV | 71.44 | 124.37 | 197.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 23 | 65 | 0 | 0.86 | 0.62 | 0.34 | 342.74 | 0.76 | 0.38 |
| Hex | A9 | 17 | 41 | 0 | 56 | 3E | 22 | 157 | 4C | 26 |
| Octal | 251 | 27 | 101 | 0 | 126 | 76 | 42 | 527 | 114 | 46 |
| Binary | 10101001 | 10111 | 1000001 | 0 | 1010110 | 111110 | 100010 | 101010111 | 1001100 | 100110 |
Color Harmonies of #A91741
Complementary color
Monochromatic Colors of #A91741
Black with #A91741
Text Example
Text Example
White with #A91741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91741; }
p { color: rgb(169,23,65); }
H1.HeaderClassName
{
color: #A91741;
}
.AnyTagClassName
{
color: #A91741;
}
</style>
background-color css
<style>
a { background-color: #A91741; }
a { background-color: rgb(169,23,65); }
div.DivClassName
{
background-color: #A91741;
}
.BgClassName
{
background-color: #A91741;
}
</style>
border-color css
<style>
span { border-color: #A91741; }
span { border-color: rgb(169,23,65); }
td.TdClassName
{
border-color: #A91741;
}
.TagClassName
{
border-color: #A91741;
}
</style>