Shades of Cardinal #A91F3E
Tints of Cardinal #A91F3E
RGB
CMYK
RGB Variations
Color information
#A91F3E (or 0xA91F3E) is known color: Cardinal. HEX triplet: A9, 1F and 3E. RGB value is (169,31,62). Sum of RGB (Red+Green+Blue) = 169+31+62=262 (34% of max value = 765). Red value is 169 (66.41% from 255 or 64.50% from 262); Green value is 31 (12.5% from 255 or 11.83% from 262); Blue value is 62 (24.61% from 255 or 23.66% from 262); Max value from RGB is 169 - color contains mainly: red. Hex color #A91F3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A91F3E is #56E0C1. Grayscale: #4B4B4B. Windows color (decimal): -5693634 or 4071337. OLE color: 4071337.
HSL color Cylindrical-coordinate representation of color #A91F3E: hue angle of 346.52º 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 #A91F3E is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 31 | 62 | - |
| CMYK | 0 | 0.82 | 0.63 | 0.34 |
| HSL | 346.52º | 0.69% | 0.39% | - |
| HSV(B) | 346.52º | 0.82% | 0.66% | - |
| XYZ | 17.72 | 9.76 | 5.51 | - |
| YUV | 75.8 | 120.22 | 194.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 31 | 62 | 0 | 0.82 | 0.63 | 0.34 | 346.52 | 0.69 | 0.39 |
| Hex | A9 | 1F | 3E | 0 | 52 | 3F | 22 | 15B | 45 | 27 |
| Octal | 251 | 37 | 76 | 0 | 122 | 77 | 42 | 533 | 105 | 47 |
| Binary | 10101001 | 11111 | 111110 | 0 | 1010010 | 111111 | 100010 | 101011011 | 1000101 | 100111 |
Color Harmonies of #A91F3E
Complementary color
Monochromatic Colors of #A91F3E
Black with #A91F3E
Text Example
Text Example
White with #A91F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91F3E; }
p { color: rgb(169,31,62); }
H1.HeaderClassName
{
color: #A91F3E;
}
.AnyTagClassName
{
color: #A91F3E;
}
</style>
background-color css
<style>
a { background-color: #A91F3E; }
a { background-color: rgb(169,31,62); }
div.DivClassName
{
background-color: #A91F3E;
}
.BgClassName
{
background-color: #A91F3E;
}
</style>
border-color css
<style>
span { border-color: #A91F3E; }
span { border-color: rgb(169,31,62); }
td.TdClassName
{
border-color: #A91F3E;
}
.TagClassName
{
border-color: #A91F3E;
}
</style>