Shades of Cardinal #A81E3F
Tints of Cardinal #A81E3F
RGB
CMYK
RGB Variations
Color information
#A81E3F (or 0xA81E3F) is known color: Cardinal. HEX triplet: A8, 1E and 3F. RGB value is (168,30,63). Sum of RGB (Red+Green+Blue) = 168+30+63=261 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.37% from 261); Green value is 30 (12.11% from 255 or 11.49% from 261); Blue value is 63 (25% from 255 or 24.14% from 261); Max value from RGB is 168 - color contains mainly: red. Hex color #A81E3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A81E3F is #57E1C0. Grayscale: #4B4B4B. Windows color (decimal): -5759425 or 4136616. OLE color: 4136616.
HSL color Cylindrical-coordinate representation of color #A81E3F: hue angle of 345.65º degrees, saturation: 0.7, 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 #A81E3F is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 30 | 63 | - |
| CMYK | 0 | 0.82 | 0.63 | 0.34 |
| HSL | 345.65º | 0.7% | 0.39% | - |
| HSV(B) | 345.65º | 0.82% | 0.66% | - |
| XYZ | 17.51 | 9.61 | 5.64 | - |
| YUV | 75.02 | 121.22 | 194.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 30 | 63 | 0 | 0.82 | 0.63 | 0.34 | 345.65 | 0.7 | 0.39 |
| Hex | A8 | 1E | 3F | 0 | 52 | 3F | 22 | 15A | 46 | 27 |
| Octal | 250 | 36 | 77 | 0 | 122 | 77 | 42 | 532 | 106 | 47 |
| Binary | 10101000 | 11110 | 111111 | 0 | 1010010 | 111111 | 100010 | 101011010 | 1000110 | 100111 |
Color Harmonies of #A81E3F
Complementary color
Monochromatic Colors of #A81E3F
Black with #A81E3F
Text Example
Text Example
White with #A81E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81E3F; }
p { color: rgb(168,30,63); }
H1.HeaderClassName
{
color: #A81E3F;
}
.AnyTagClassName
{
color: #A81E3F;
}
</style>
background-color css
<style>
a { background-color: #A81E3F; }
a { background-color: rgb(168,30,63); }
div.DivClassName
{
background-color: #A81E3F;
}
.BgClassName
{
background-color: #A81E3F;
}
</style>
border-color css
<style>
span { border-color: #A81E3F; }
span { border-color: rgb(168,30,63); }
td.TdClassName
{
border-color: #A81E3F;
}
.TagClassName
{
border-color: #A81E3F;
}
</style>