Shades of Cardinal #A91F42
Tints of Cardinal #A91F42
RGB
CMYK
RGB Variations
Color information
#A91F42 (or 0xA91F42) is known color: Cardinal. HEX triplet: A9, 1F and 42. RGB value is (169,31,66). Sum of RGB (Red+Green+Blue) = 169+31+66=266 (35% of max value = 765). Red value is 169 (66.41% from 255 or 63.53% from 266); Green value is 31 (12.5% from 255 or 11.65% from 266); Blue value is 66 (26.17% from 255 or 24.81% from 266); Max value from RGB is 169 - color contains mainly: red. Hex color #A91F42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A91F42 is #56E0BD. Grayscale: #4C4C4C. Windows color (decimal): -5693630 or 4333481. OLE color: 4333481.
HSL color Cylindrical-coordinate representation of color #A91F42: hue angle of 344.78º 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 #A91F42 is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 31 | 66 | - |
| CMYK | 0 | 0.82 | 0.61 | 0.34 |
| HSL | 344.78º | 0.69% | 0.39% | - |
| HSV(B) | 344.78º | 0.82% | 0.66% | - |
| XYZ | 17.84 | 9.81 | 6.11 | - |
| YUV | 76.25 | 122.22 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 31 | 66 | 0 | 0.82 | 0.61 | 0.34 | 344.78 | 0.69 | 0.39 |
| Hex | A9 | 1F | 42 | 0 | 52 | 3D | 22 | 159 | 45 | 27 |
| Octal | 251 | 37 | 102 | 0 | 122 | 75 | 42 | 531 | 105 | 47 |
| Binary | 10101001 | 11111 | 1000010 | 0 | 1010010 | 111101 | 100010 | 101011001 | 1000101 | 100111 |
Color Harmonies of #A91F42
Complementary color
Monochromatic Colors of #A91F42
Black with #A91F42
Text Example
Text Example
White with #A91F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91F42; }
p { color: rgb(169,31,66); }
H1.HeaderClassName
{
color: #A91F42;
}
.AnyTagClassName
{
color: #A91F42;
}
</style>
background-color css
<style>
a { background-color: #A91F42; }
a { background-color: rgb(169,31,66); }
div.DivClassName
{
background-color: #A91F42;
}
.BgClassName
{
background-color: #A91F42;
}
</style>
border-color css
<style>
span { border-color: #A91F42; }
span { border-color: rgb(169,31,66); }
td.TdClassName
{
border-color: #A91F42;
}
.TagClassName
{
border-color: #A91F42;
}
</style>