Shades of Cardinal #A91F3A
Tints of Cardinal #A91F3A
RGB
CMYK
RGB Variations
Color information
#A91F3A (or 0xA91F3A) is known color: Cardinal. HEX triplet: A9, 1F and 3A. RGB value is (169,31,58). Sum of RGB (Red+Green+Blue) = 169+31+58=258 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65.50% from 258); Green value is 31 (12.5% from 255 or 12.02% from 258); Blue value is 58 (23.05% from 255 or 22.48% from 258); Max value from RGB is 169 - color contains mainly: red. Hex color #A91F3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A91F3A is #56E0C5. Grayscale: #4B4B4B. Windows color (decimal): -5693638 or 3809193. OLE color: 3809193.
HSL color Cylindrical-coordinate representation of color #A91F3A: hue angle of 348.26º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A91F3A is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 31 | 58 | - |
| CMYK | 0 | 0.82 | 0.66 | 0.34 |
| HSL | 348.26º | 0.69% | 0.39% | - |
| HSV(B) | 348.26º | 0.82% | 0.66% | - |
| XYZ | 17.62 | 9.72 | 4.95 | - |
| YUV | 75.34 | 118.22 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 31 | 58 | 0 | 0.82 | 0.66 | 0.34 | 348.26 | 0.69 | 0.39 |
| Hex | A9 | 1F | 3A | 0 | 52 | 42 | 22 | 15C | 45 | 27 |
| Octal | 251 | 37 | 72 | 0 | 122 | 102 | 42 | 534 | 105 | 47 |
| Binary | 10101001 | 11111 | 111010 | 0 | 1010010 | 1000010 | 100010 | 101011100 | 1000101 | 100111 |
Color Harmonies of #A91F3A
Complementary color
Monochromatic Colors of #A91F3A
Black with #A91F3A
Text Example
Text Example
White with #A91F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91F3A; }
p { color: rgb(169,31,58); }
H1.HeaderClassName
{
color: #A91F3A;
}
.AnyTagClassName
{
color: #A91F3A;
}
</style>
background-color css
<style>
a { background-color: #A91F3A; }
a { background-color: rgb(169,31,58); }
div.DivClassName
{
background-color: #A91F3A;
}
.BgClassName
{
background-color: #A91F3A;
}
</style>
border-color css
<style>
span { border-color: #A91F3A; }
span { border-color: rgb(169,31,58); }
td.TdClassName
{
border-color: #A91F3A;
}
.TagClassName
{
border-color: #A91F3A;
}
</style>