Shades of Cardinal #A91E3E
Tints of Cardinal #A91E3E
RGB
CMYK
RGB Variations
Color information
#A91E3E (or 0xA91E3E) is known color: Cardinal. HEX triplet: A9, 1E and 3E. RGB value is (169,30,62). Sum of RGB (Red+Green+Blue) = 169+30+62=261 (34% of max value = 765). Red value is 169 (66.41% from 255 or 64.75% from 261); Green value is 30 (12.11% from 255 or 11.49% from 261); Blue value is 62 (24.61% from 255 or 23.75% from 261); Max value from RGB is 169 - color contains mainly: red. Hex color #A91E3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A91E3E is #56E1C1. Grayscale: #4B4B4B. Windows color (decimal): -5693890 or 4071081. OLE color: 4071081.
HSL color Cylindrical-coordinate representation of color #A91E3E: hue angle of 346.19º degrees, saturation: 0.7, 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 #A91E3E is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 30 | 62 | - |
| CMYK | 0 | 0.82 | 0.63 | 0.34 |
| HSL | 346.19º | 0.7% | 0.39% | - |
| HSV(B) | 346.19º | 0.82% | 0.66% | - |
| XYZ | 17.7 | 9.71 | 5.5 | - |
| YUV | 75.21 | 120.55 | 194.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 30 | 62 | 0 | 0.82 | 0.63 | 0.34 | 346.19 | 0.7 | 0.39 |
| Hex | A9 | 1E | 3E | 0 | 52 | 3F | 22 | 15A | 46 | 27 |
| Octal | 251 | 36 | 76 | 0 | 122 | 77 | 42 | 532 | 106 | 47 |
| Binary | 10101001 | 11110 | 111110 | 0 | 1010010 | 111111 | 100010 | 101011010 | 1000110 | 100111 |
Color Harmonies of #A91E3E
Complementary color
Monochromatic Colors of #A91E3E
Black with #A91E3E
Text Example
Text Example
White with #A91E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91E3E; }
p { color: rgb(169,30,62); }
H1.HeaderClassName
{
color: #A91E3E;
}
.AnyTagClassName
{
color: #A91E3E;
}
</style>
background-color css
<style>
a { background-color: #A91E3E; }
a { background-color: rgb(169,30,62); }
div.DivClassName
{
background-color: #A91E3E;
}
.BgClassName
{
background-color: #A91E3E;
}
</style>
border-color css
<style>
span { border-color: #A91E3E; }
span { border-color: rgb(169,30,62); }
td.TdClassName
{
border-color: #A91E3E;
}
.TagClassName
{
border-color: #A91E3E;
}
</style>