Shades of Cardinal #A71434
Tints of Cardinal #A71434
RGB
CMYK
RGB Variations
Color information
#A71434 (or 0xA71434) is known color: Cardinal. HEX triplet: A7, 14 and 34. RGB value is (167,20,52). Sum of RGB (Red+Green+Blue) = 167+20+52=239 (31% of max value = 765). Red value is 167 (65.62% from 255 or 69.87% from 239); Green value is 20 (8.20% from 255 or 8.37% from 239); Blue value is 52 (20.70% from 255 or 21.76% from 239); Max value from RGB is 167 - color contains mainly: red. Hex color #A71434 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A71434 is #58EBCB. Grayscale: #434343. Windows color (decimal): -5827532 or 3413159. OLE color: 3413159.
HSL color Cylindrical-coordinate representation of color #A71434: hue angle of 346.94º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A71434 is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 20 | 52 | - |
| CMYK | 0 | 0.88 | 0.69 | 0.35 |
| HSL | 346.94º | 0.79% | 0.37% | - |
| HSV(B) | 346.94º | 0.88% | 0.65% | - |
| XYZ | 16.81 | 8.96 | 4.09 | - |
| YUV | 67.6 | 119.2 | 198.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 20 | 52 | 0 | 0.88 | 0.69 | 0.35 | 346.94 | 0.79 | 0.37 |
| Hex | A7 | 14 | 34 | 0 | 58 | 45 | 23 | 15B | 4F | 25 |
| Octal | 247 | 24 | 64 | 0 | 130 | 105 | 43 | 533 | 117 | 45 |
| Binary | 10100111 | 10100 | 110100 | 0 | 1011000 | 1000101 | 100011 | 101011011 | 1001111 | 100101 |
Color Harmonies of #A71434
Complementary color
Monochromatic Colors of #A71434
Black with #A71434
Text Example
Text Example
White with #A71434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71434; }
p { color: rgb(167,20,52); }
H1.HeaderClassName
{
color: #A71434;
}
.AnyTagClassName
{
color: #A71434;
}
</style>
background-color css
<style>
a { background-color: #A71434; }
a { background-color: rgb(167,20,52); }
div.DivClassName
{
background-color: #A71434;
}
.BgClassName
{
background-color: #A71434;
}
</style>
border-color css
<style>
span { border-color: #A71434; }
span { border-color: rgb(167,20,52); }
td.TdClassName
{
border-color: #A71434;
}
.TagClassName
{
border-color: #A71434;
}
</style>