Shades of Cardinal #A71B41
Tints of Cardinal #A71B41
RGB
CMYK
RGB Variations
Color information
#A71B41 (or 0xA71B41) is known color: Cardinal. HEX triplet: A7, 1B and 41. RGB value is (167,27,65). Sum of RGB (Red+Green+Blue) = 167+27+65=259 (34% of max value = 765). Red value is 167 (65.62% from 255 or 64.48% from 259); Green value is 27 (10.94% from 255 or 10.42% from 259); Blue value is 65 (25.78% from 255 or 25.10% from 259); Max value from RGB is 167 - color contains mainly: red. Hex color #A71B41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A71B41 is #58E4BE. Grayscale: #494949. Windows color (decimal): -5825727 or 4266919. OLE color: 4266919.
HSL color Cylindrical-coordinate representation of color #A71B41: hue angle of 343.71º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A71B41 is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 27 | 65 | - |
| CMYK | 0 | 0.84 | 0.61 | 0.35 |
| HSL | 343.71º | 0.72% | 0.38% | - |
| HSV(B) | 343.71º | 0.84% | 0.65% | - |
| XYZ | 17.28 | 9.38 | 5.9 | - |
| YUV | 73.19 | 123.38 | 194.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 27 | 65 | 0 | 0.84 | 0.61 | 0.35 | 343.71 | 0.72 | 0.38 |
| Hex | A7 | 1B | 41 | 0 | 54 | 3D | 23 | 158 | 48 | 26 |
| Octal | 247 | 33 | 101 | 0 | 124 | 75 | 43 | 530 | 110 | 46 |
| Binary | 10100111 | 11011 | 1000001 | 0 | 1010100 | 111101 | 100011 | 101011000 | 1001000 | 100110 |
Color Harmonies of #A71B41
Complementary color
Monochromatic Colors of #A71B41
Black with #A71B41
Text Example
Text Example
White with #A71B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71B41; }
p { color: rgb(167,27,65); }
H1.HeaderClassName
{
color: #A71B41;
}
.AnyTagClassName
{
color: #A71B41;
}
</style>
background-color css
<style>
a { background-color: #A71B41; }
a { background-color: rgb(167,27,65); }
div.DivClassName
{
background-color: #A71B41;
}
.BgClassName
{
background-color: #A71B41;
}
</style>
border-color css
<style>
span { border-color: #A71B41; }
span { border-color: rgb(167,27,65); }
td.TdClassName
{
border-color: #A71B41;
}
.TagClassName
{
border-color: #A71B41;
}
</style>