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