Shades of Cardinal #A81943
Tints of Cardinal #A81943
RGB
CMYK
RGB Variations
Color information
#A81943 (or 0xA81943) is known color: Cardinal. HEX triplet: A8, 19 and 43. RGB value is (168,25,67). Sum of RGB (Red+Green+Blue) = 168+25+67=260 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.62% from 260); Green value is 25 (10.16% from 255 or 9.62% from 260); Blue value is 67 (26.56% from 255 or 25.77% from 260); Max value from RGB is 168 - color contains mainly: red. Hex color #A81943 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81943 is #57E6BC. Grayscale: #484848. Windows color (decimal): -5760701 or 4397480. OLE color: 4397480.
HSL color Cylindrical-coordinate representation of color #A81943: hue angle of 342.38º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A81943 is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 25 | 67 | - |
| CMYK | 0 | 0.85 | 0.60 | 0.34 |
| HSL | 342.38º | 0.74% | 0.38% | - |
| HSV(B) | 342.38º | 0.85% | 0.66% | - |
| XYZ | 17.51 | 9.43 | 6.21 | - |
| YUV | 72.55 | 124.88 | 196.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 25 | 67 | 0 | 0.85 | 0.60 | 0.34 | 342.38 | 0.74 | 0.38 |
| Hex | A8 | 19 | 43 | 0 | 55 | 3C | 22 | 156 | 4A | 26 |
| Octal | 250 | 31 | 103 | 0 | 125 | 74 | 42 | 526 | 112 | 46 |
| Binary | 10101000 | 11001 | 1000011 | 0 | 1010101 | 111100 | 100010 | 101010110 | 1001010 | 100110 |
Color Harmonies of #A81943
Complementary color
Monochromatic Colors of #A81943
Black with #A81943
Text Example
Text Example
White with #A81943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81943; }
p { color: rgb(168,25,67); }
H1.HeaderClassName
{
color: #A81943;
}
.AnyTagClassName
{
color: #A81943;
}
</style>
background-color css
<style>
a { background-color: #A81943; }
a { background-color: rgb(168,25,67); }
div.DivClassName
{
background-color: #A81943;
}
.BgClassName
{
background-color: #A81943;
}
</style>
border-color css
<style>
span { border-color: #A81943; }
span { border-color: rgb(168,25,67); }
td.TdClassName
{
border-color: #A81943;
}
.TagClassName
{
border-color: #A81943;
}
</style>