Shades of Cardinal #A81F3A
Tints of Cardinal #A81F3A
RGB
CMYK
RGB Variations
Color information
#A81F3A (or 0xA81F3A) is known color: Cardinal. HEX triplet: A8, 1F and 3A. RGB value is (168,31,58). Sum of RGB (Red+Green+Blue) = 168+31+58=257 (34% of max value = 765). Red value is 168 (66.02% from 255 or 65.37% from 257); Green value is 31 (12.5% from 255 or 12.06% from 257); Blue value is 58 (23.05% from 255 or 22.57% from 257); Max value from RGB is 168 - color contains mainly: red. Hex color #A81F3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A81F3A is #57E0C5. Grayscale: #4B4B4B. Windows color (decimal): -5759174 or 3809192. OLE color: 3809192.
HSL color Cylindrical-coordinate representation of color #A81F3A: hue angle of 348.18º 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 #A81F3A is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 31 | 58 | - |
| CMYK | 0 | 0.82 | 0.65 | 0.34 |
| HSL | 348.18º | 0.69% | 0.39% | - |
| HSV(B) | 348.18º | 0.82% | 0.66% | - |
| XYZ | 17.4 | 9.61 | 4.94 | - |
| YUV | 75.04 | 118.39 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 31 | 58 | 0 | 0.82 | 0.65 | 0.34 | 348.18 | 0.69 | 0.39 |
| Hex | A8 | 1F | 3A | 0 | 52 | 41 | 22 | 15C | 45 | 27 |
| Octal | 250 | 37 | 72 | 0 | 122 | 101 | 42 | 534 | 105 | 47 |
| Binary | 10101000 | 11111 | 111010 | 0 | 1010010 | 1000001 | 100010 | 101011100 | 1000101 | 100111 |
Color Harmonies of #A81F3A
Complementary color
Monochromatic Colors of #A81F3A
Black with #A81F3A
Text Example
Text Example
White with #A81F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81F3A; }
p { color: rgb(168,31,58); }
H1.HeaderClassName
{
color: #A81F3A;
}
.AnyTagClassName
{
color: #A81F3A;
}
</style>
background-color css
<style>
a { background-color: #A81F3A; }
a { background-color: rgb(168,31,58); }
div.DivClassName
{
background-color: #A81F3A;
}
.BgClassName
{
background-color: #A81F3A;
}
</style>
border-color css
<style>
span { border-color: #A81F3A; }
span { border-color: rgb(168,31,58); }
td.TdClassName
{
border-color: #A81F3A;
}
.TagClassName
{
border-color: #A81F3A;
}
</style>