Shades of Cardinal #A81739
Tints of Cardinal #A81739
RGB
CMYK
RGB Variations
Color information
#A81739 (or 0xA81739) is known color: Cardinal. HEX triplet: A8, 17 and 39. RGB value is (168,23,57). Sum of RGB (Red+Green+Blue) = 168+23+57=248 (32% of max value = 765). Red value is 168 (66.02% from 255 or 67.74% from 248); Green value is 23 (9.38% from 255 or 9.27% from 248); Blue value is 57 (22.66% from 255 or 22.98% from 248); Max value from RGB is 168 - color contains mainly: red. Hex color #A81739 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81739 is #57E8C6. Grayscale: #464646. Windows color (decimal): -5761223 or 3741608. OLE color: 3741608.
HSL color Cylindrical-coordinate representation of color #A81739: hue angle of 345.93º 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 #A81739 is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 23 | 57 | - |
| CMYK | 0 | 0.86 | 0.66 | 0.34 |
| HSL | 345.93º | 0.76% | 0.37% | - |
| HSV(B) | 345.93º | 0.86% | 0.66% | - |
| XYZ | 17.19 | 9.23 | 4.75 | - |
| YUV | 70.23 | 120.54 | 197.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 23 | 57 | 0 | 0.86 | 0.66 | 0.34 | 345.93 | 0.76 | 0.37 |
| Hex | A8 | 17 | 39 | 0 | 56 | 42 | 22 | 15A | 4C | 25 |
| Octal | 250 | 27 | 71 | 0 | 126 | 102 | 42 | 532 | 114 | 45 |
| Binary | 10101000 | 10111 | 111001 | 0 | 1010110 | 1000010 | 100010 | 101011010 | 1001100 | 100101 |
Color Harmonies of #A81739
Complementary color
Monochromatic Colors of #A81739
Black with #A81739
Text Example
Text Example
White with #A81739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81739; }
p { color: rgb(168,23,57); }
H1.HeaderClassName
{
color: #A81739;
}
.AnyTagClassName
{
color: #A81739;
}
</style>
background-color css
<style>
a { background-color: #A81739; }
a { background-color: rgb(168,23,57); }
div.DivClassName
{
background-color: #A81739;
}
.BgClassName
{
background-color: #A81739;
}
</style>
border-color css
<style>
span { border-color: #A81739; }
span { border-color: rgb(168,23,57); }
td.TdClassName
{
border-color: #A81739;
}
.TagClassName
{
border-color: #A81739;
}
</style>