Shades of Cardinal #A81836
Tints of Cardinal #A81836
RGB
CMYK
RGB Variations
Color information
#A81836 (or 0xA81836) is known color: Cardinal. HEX triplet: A8, 18 and 36. RGB value is (168,24,54). Sum of RGB (Red+Green+Blue) = 168+24+54=246 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.29% from 246); Green value is 24 (9.77% from 255 or 9.76% from 246); Blue value is 54 (21.48% from 255 or 21.95% from 246); Max value from RGB is 168 - color contains mainly: red. Hex color #A81836 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81836 is #57E7C9. Grayscale: #464646. Windows color (decimal): -5760970 or 3545256. OLE color: 3545256.
HSL color Cylindrical-coordinate representation of color #A81836: hue angle of 347.5º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A81836 is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 24 | 54 | - |
| CMYK | 0 | 0.86 | 0.68 | 0.34 |
| HSL | 347.5º | 0.75% | 0.38% | - |
| HSV(B) | 347.5º | 0.86% | 0.66% | - |
| XYZ | 17.14 | 9.24 | 4.37 | - |
| YUV | 70.48 | 118.71 | 197.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 24 | 54 | 0 | 0.86 | 0.68 | 0.34 | 347.5 | 0.75 | 0.38 |
| Hex | A8 | 18 | 36 | 0 | 56 | 44 | 22 | 15C | 4B | 26 |
| Octal | 250 | 30 | 66 | 0 | 126 | 104 | 42 | 534 | 113 | 46 |
| Binary | 10101000 | 11000 | 110110 | 0 | 1010110 | 1000100 | 100010 | 101011100 | 1001011 | 100110 |
Color Harmonies of #A81836
Complementary color
Monochromatic Colors of #A81836
Black with #A81836
Text Example
Text Example
White with #A81836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81836; }
p { color: rgb(168,24,54); }
H1.HeaderClassName
{
color: #A81836;
}
.AnyTagClassName
{
color: #A81836;
}
</style>
background-color css
<style>
a { background-color: #A81836; }
a { background-color: rgb(168,24,54); }
div.DivClassName
{
background-color: #A81836;
}
.BgClassName
{
background-color: #A81836;
}
</style>
border-color css
<style>
span { border-color: #A81836; }
span { border-color: rgb(168,24,54); }
td.TdClassName
{
border-color: #A81836;
}
.TagClassName
{
border-color: #A81836;
}
</style>