Shades of Cardinal #A81731
Tints of Cardinal #A81731
RGB
CMYK
RGB Variations
Color information
#A81731 (or 0xA81731) is known color: Cardinal. HEX triplet: A8, 17 and 31. RGB value is (168,23,49). Sum of RGB (Red+Green+Blue) = 168+23+49=240 (31% of max value = 765). Red value is 168 (66.02% from 255 or 70% from 240); Green value is 23 (9.38% from 255 or 9.58% from 240); Blue value is 49 (19.53% from 255 or 20.42% from 240); Max value from RGB is 168 - color contains mainly: red. Hex color #A81731 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81731 is #57E8CE. Grayscale: #454545. Windows color (decimal): -5761231 or 3217320. OLE color: 3217320.
HSL color Cylindrical-coordinate representation of color #A81731: hue angle of 349.24º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A81731 is Cyan = 0, Magento = 0.86, Yellow = 0.71 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 23 | 49 | - |
| CMYK | 0 | 0.86 | 0.71 | 0.34 |
| HSL | 349.24º | 0.76% | 0.37% | - |
| HSV(B) | 349.24º | 0.86% | 0.66% | - |
| XYZ | 17.01 | 9.16 | 3.78 | - |
| YUV | 69.32 | 116.54 | 198.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 23 | 49 | 0 | 0.86 | 0.71 | 0.34 | 349.24 | 0.76 | 0.37 |
| Hex | A8 | 17 | 31 | 0 | 56 | 47 | 22 | 15D | 4C | 25 |
| Octal | 250 | 27 | 61 | 0 | 126 | 107 | 42 | 535 | 114 | 45 |
| Binary | 10101000 | 10111 | 110001 | 0 | 1010110 | 1000111 | 100010 | 101011101 | 1001100 | 100101 |
Color Harmonies of #A81731
Complementary color
Monochromatic Colors of #A81731
Black with #A81731
Text Example
Text Example
White with #A81731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81731; }
p { color: rgb(168,23,49); }
H1.HeaderClassName
{
color: #A81731;
}
.AnyTagClassName
{
color: #A81731;
}
</style>
background-color css
<style>
a { background-color: #A81731; }
a { background-color: rgb(168,23,49); }
div.DivClassName
{
background-color: #A81731;
}
.BgClassName
{
background-color: #A81731;
}
</style>
border-color css
<style>
span { border-color: #A81731; }
span { border-color: rgb(168,23,49); }
td.TdClassName
{
border-color: #A81731;
}
.TagClassName
{
border-color: #A81731;
}
</style>