Shades of Cardinal #A81F3E
Tints of Cardinal #A81F3E
RGB
CMYK
RGB Variations
Color information
#A81F3E (or 0xA81F3E) is known color: Cardinal. HEX triplet: A8, 1F and 3E. RGB value is (168,31,62). Sum of RGB (Red+Green+Blue) = 168+31+62=261 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.37% from 261); Green value is 31 (12.5% from 255 or 11.88% from 261); Blue value is 62 (24.61% from 255 or 23.75% from 261); Max value from RGB is 168 - color contains mainly: red. Hex color #A81F3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A81F3E is #57E0C1. Grayscale: #4B4B4B. Windows color (decimal): -5759170 or 4071336. OLE color: 4071336.
HSL color Cylindrical-coordinate representation of color #A81F3E: hue angle of 346.42º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A81F3E is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 31 | 62 | - |
| CMYK | 0 | 0.82 | 0.63 | 0.34 |
| HSL | 346.42º | 0.69% | 0.39% | - |
| HSV(B) | 346.42º | 0.82% | 0.66% | - |
| XYZ | 17.51 | 9.65 | 5.5 | - |
| YUV | 75.5 | 120.39 | 193.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 31 | 62 | 0 | 0.82 | 0.63 | 0.34 | 346.42 | 0.69 | 0.39 |
| Hex | A8 | 1F | 3E | 0 | 52 | 3F | 22 | 15A | 45 | 27 |
| Octal | 250 | 37 | 76 | 0 | 122 | 77 | 42 | 532 | 105 | 47 |
| Binary | 10101000 | 11111 | 111110 | 0 | 1010010 | 111111 | 100010 | 101011010 | 1000101 | 100111 |
Color Harmonies of #A81F3E
Complementary color
Monochromatic Colors of #A81F3E
Black with #A81F3E
Text Example
Text Example
White with #A81F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81F3E; }
p { color: rgb(168,31,62); }
H1.HeaderClassName
{
color: #A81F3E;
}
.AnyTagClassName
{
color: #A81F3E;
}
</style>
background-color css
<style>
a { background-color: #A81F3E; }
a { background-color: rgb(168,31,62); }
div.DivClassName
{
background-color: #A81F3E;
}
.BgClassName
{
background-color: #A81F3E;
}
</style>
border-color css
<style>
span { border-color: #A81F3E; }
span { border-color: rgb(168,31,62); }
td.TdClassName
{
border-color: #A81F3E;
}
.TagClassName
{
border-color: #A81F3E;
}
</style>