Shades of Cardinal #A81738
Tints of Cardinal #A81738
RGB
CMYK
RGB Variations
Color information
#A81738 (or 0xA81738) is known color: Cardinal. HEX triplet: A8, 17 and 38. RGB value is (168,23,56). Sum of RGB (Red+Green+Blue) = 168+23+56=247 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.02% from 247); Green value is 23 (9.38% from 255 or 9.31% from 247); Blue value is 56 (22.27% from 255 or 22.67% from 247); Max value from RGB is 168 - color contains mainly: red. Hex color #A81738 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81738 is #57E8C7. Grayscale: #464646. Windows color (decimal): -5761224 or 3676072. OLE color: 3676072.
HSL color Cylindrical-coordinate representation of color #A81738: hue angle of 346.34º 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 #A81738 is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 23 | 56 | - |
| CMYK | 0 | 0.86 | 0.67 | 0.34 |
| HSL | 346.34º | 0.76% | 0.37% | - |
| HSV(B) | 346.34º | 0.86% | 0.66% | - |
| XYZ | 17.17 | 9.22 | 4.62 | - |
| YUV | 70.12 | 120.04 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 23 | 56 | 0 | 0.86 | 0.67 | 0.34 | 346.34 | 0.76 | 0.37 |
| Hex | A8 | 17 | 38 | 0 | 56 | 43 | 22 | 15A | 4C | 25 |
| Octal | 250 | 27 | 70 | 0 | 126 | 103 | 42 | 532 | 114 | 45 |
| Binary | 10101000 | 10111 | 111000 | 0 | 1010110 | 1000011 | 100010 | 101011010 | 1001100 | 100101 |
Color Harmonies of #A81738
Complementary color
Monochromatic Colors of #A81738
Black with #A81738
Text Example
Text Example
White with #A81738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81738; }
p { color: rgb(168,23,56); }
H1.HeaderClassName
{
color: #A81738;
}
.AnyTagClassName
{
color: #A81738;
}
</style>
background-color css
<style>
a { background-color: #A81738; }
a { background-color: rgb(168,23,56); }
div.DivClassName
{
background-color: #A81738;
}
.BgClassName
{
background-color: #A81738;
}
</style>
border-color css
<style>
span { border-color: #A81738; }
span { border-color: rgb(168,23,56); }
td.TdClassName
{
border-color: #A81738;
}
.TagClassName
{
border-color: #A81738;
}
</style>