Shades of Cardinal #A91F36
Tints of Cardinal #A91F36
RGB
CMYK
RGB Variations
Color information
#A91F36 (or 0xA91F36) is known color: Cardinal. HEX triplet: A9, 1F and 36. RGB value is (169,31,54). Sum of RGB (Red+Green+Blue) = 169+31+54=254 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.54% from 254); Green value is 31 (12.5% from 255 or 12.20% from 254); Blue value is 54 (21.48% from 255 or 21.26% from 254); Max value from RGB is 169 - color contains mainly: red. Hex color #A91F36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A91F36 is #56E0C9. Grayscale: #4A4A4A. Windows color (decimal): -5693642 or 3547049. OLE color: 3547049.
HSL color Cylindrical-coordinate representation of color #A91F36: hue angle of 350º 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 #A91F36 is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 31 | 54 | - |
| CMYK | 0 | 0.82 | 0.68 | 0.34 |
| HSL | 350º | 0.69% | 0.39% | - |
| HSV(B) | 350º | 0.82% | 0.66% | - |
| XYZ | 17.52 | 9.68 | 4.44 | - |
| YUV | 74.88 | 116.22 | 195.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 31 | 54 | 0 | 0.82 | 0.68 | 0.34 | 350 | 0.69 | 0.39 |
| Hex | A9 | 1F | 36 | 0 | 52 | 44 | 22 | 15E | 45 | 27 |
| Octal | 251 | 37 | 66 | 0 | 122 | 104 | 42 | 536 | 105 | 47 |
| Binary | 10101001 | 11111 | 110110 | 0 | 1010010 | 1000100 | 100010 | 101011110 | 1000101 | 100111 |
Color Harmonies of #A91F36
Complementary color
Monochromatic Colors of #A91F36
Black with #A91F36
Text Example
Text Example
White with #A91F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91F36; }
p { color: rgb(169,31,54); }
H1.HeaderClassName
{
color: #A91F36;
}
.AnyTagClassName
{
color: #A91F36;
}
</style>
background-color css
<style>
a { background-color: #A91F36; }
a { background-color: rgb(169,31,54); }
div.DivClassName
{
background-color: #A91F36;
}
.BgClassName
{
background-color: #A91F36;
}
</style>
border-color css
<style>
span { border-color: #A91F36; }
span { border-color: rgb(169,31,54); }
td.TdClassName
{
border-color: #A91F36;
}
.TagClassName
{
border-color: #A91F36;
}
</style>