Shades of Cardinal #A81A3F
Tints of Cardinal #A81A3F
RGB
CMYK
RGB Variations
Color information
#A81A3F (or 0xA81A3F) is known color: Cardinal. HEX triplet: A8, 1A and 3F. RGB value is (168,26,63). Sum of RGB (Red+Green+Blue) = 168+26+63=257 (34% of max value = 765). Red value is 168 (66.02% from 255 or 65.37% from 257); Green value is 26 (10.55% from 255 or 10.12% from 257); Blue value is 63 (25% from 255 or 24.51% from 257); Max value from RGB is 168 - color contains mainly: red. Hex color #A81A3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A81A3F is #57E5C0. Grayscale: #484848. Windows color (decimal): -5760449 or 4135592. OLE color: 4135592.
HSL color Cylindrical-coordinate representation of color #A81A3F: hue angle of 344.37º degrees, saturation: 0.73, 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 #A81A3F is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 26 | 63 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.34 |
| HSL | 344.37º | 0.73% | 0.38% | - |
| HSV(B) | 344.37º | 0.85% | 0.66% | - |
| XYZ | 17.42 | 9.42 | 5.6 | - |
| YUV | 72.68 | 122.54 | 195.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 26 | 63 | 0 | 0.85 | 0.63 | 0.34 | 344.37 | 0.73 | 0.38 |
| Hex | A8 | 1A | 3F | 0 | 55 | 3F | 22 | 158 | 49 | 26 |
| Octal | 250 | 32 | 77 | 0 | 125 | 77 | 42 | 530 | 111 | 46 |
| Binary | 10101000 | 11010 | 111111 | 0 | 1010101 | 111111 | 100010 | 101011000 | 1001001 | 100110 |
Color Harmonies of #A81A3F
Complementary color
Monochromatic Colors of #A81A3F
Black with #A81A3F
Text Example
Text Example
White with #A81A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81A3F; }
p { color: rgb(168,26,63); }
H1.HeaderClassName
{
color: #A81A3F;
}
.AnyTagClassName
{
color: #A81A3F;
}
</style>
background-color css
<style>
a { background-color: #A81A3F; }
a { background-color: rgb(168,26,63); }
div.DivClassName
{
background-color: #A81A3F;
}
.BgClassName
{
background-color: #A81A3F;
}
</style>
border-color css
<style>
span { border-color: #A81A3F; }
span { border-color: rgb(168,26,63); }
td.TdClassName
{
border-color: #A81A3F;
}
.TagClassName
{
border-color: #A81A3F;
}
</style>