Shades of Cardinal #A91641
Tints of Cardinal #A91641
RGB
CMYK
RGB Variations
Color information
#A91641 (or 0xA91641) is known color: Cardinal. HEX triplet: A9, 16 and 41. RGB value is (169,22,65). Sum of RGB (Red+Green+Blue) = 169+22+65=256 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.02% from 256); Green value is 22 (8.98% from 255 or 8.59% from 256); Blue value is 65 (25.78% from 255 or 25.39% from 256); Max value from RGB is 169 - color contains mainly: red. Hex color #A91641 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91641 is #56E9BE. Grayscale: #464646. Windows color (decimal): -5695935 or 4265641. OLE color: 4265641.
HSL color Cylindrical-coordinate representation of color #A91641: hue angle of 342.45º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A91641 is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 22 | 65 | - |
| CMYK | 0 | 0.87 | 0.62 | 0.34 |
| HSL | 342.45º | 0.77% | 0.37% | - |
| HSV(B) | 342.45º | 0.87% | 0.66% | - |
| XYZ | 17.6 | 9.39 | 5.89 | - |
| YUV | 70.86 | 124.7 | 198 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 22 | 65 | 0 | 0.87 | 0.62 | 0.34 | 342.45 | 0.77 | 0.37 |
| Hex | A9 | 16 | 41 | 0 | 57 | 3E | 22 | 156 | 4D | 25 |
| Octal | 251 | 26 | 101 | 0 | 127 | 76 | 42 | 526 | 115 | 45 |
| Binary | 10101001 | 10110 | 1000001 | 0 | 1010111 | 111110 | 100010 | 101010110 | 1001101 | 100101 |
Color Harmonies of #A91641
Complementary color
Monochromatic Colors of #A91641
Black with #A91641
Text Example
Text Example
White with #A91641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91641; }
p { color: rgb(169,22,65); }
H1.HeaderClassName
{
color: #A91641;
}
.AnyTagClassName
{
color: #A91641;
}
</style>
background-color css
<style>
a { background-color: #A91641; }
a { background-color: rgb(169,22,65); }
div.DivClassName
{
background-color: #A91641;
}
.BgClassName
{
background-color: #A91641;
}
</style>
border-color css
<style>
span { border-color: #A91641; }
span { border-color: rgb(169,22,65); }
td.TdClassName
{
border-color: #A91641;
}
.TagClassName
{
border-color: #A91641;
}
</style>