Shades of Cardinal #A81A39
Tints of Cardinal #A81A39
RGB
CMYK
RGB Variations
Color information
#A81A39 (or 0xA81A39) is known color: Cardinal. HEX triplet: A8, 1A and 39. RGB value is (168,26,57). Sum of RGB (Red+Green+Blue) = 168+26+57=251 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.93% from 251); Green value is 26 (10.55% from 255 or 10.36% from 251); Blue value is 57 (22.66% from 255 or 22.71% from 251); Max value from RGB is 168 - color contains mainly: red. Hex color #A81A39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A81A39 is #57E5C6. Grayscale: #484848. Windows color (decimal): -5760455 or 3742376. OLE color: 3742376.
HSL color Cylindrical-coordinate representation of color #A81A39: hue angle of 346.9º 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 #A81A39 is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 26 | 57 | - |
| CMYK | 0 | 0.85 | 0.66 | 0.34 |
| HSL | 346.9º | 0.73% | 0.38% | - |
| HSV(B) | 346.9º | 0.85% | 0.66% | - |
| XYZ | 17.26 | 9.36 | 4.77 | - |
| YUV | 71.99 | 119.54 | 196.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 26 | 57 | 0 | 0.85 | 0.66 | 0.34 | 346.9 | 0.73 | 0.38 |
| Hex | A8 | 1A | 39 | 0 | 55 | 42 | 22 | 15B | 49 | 26 |
| Octal | 250 | 32 | 71 | 0 | 125 | 102 | 42 | 533 | 111 | 46 |
| Binary | 10101000 | 11010 | 111001 | 0 | 1010101 | 1000010 | 100010 | 101011011 | 1001001 | 100110 |
Color Harmonies of #A81A39
Complementary color
Monochromatic Colors of #A81A39
Black with #A81A39
Text Example
Text Example
White with #A81A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81A39; }
p { color: rgb(168,26,57); }
H1.HeaderClassName
{
color: #A81A39;
}
.AnyTagClassName
{
color: #A81A39;
}
</style>
background-color css
<style>
a { background-color: #A81A39; }
a { background-color: rgb(168,26,57); }
div.DivClassName
{
background-color: #A81A39;
}
.BgClassName
{
background-color: #A81A39;
}
</style>
border-color css
<style>
span { border-color: #A81A39; }
span { border-color: rgb(168,26,57); }
td.TdClassName
{
border-color: #A81A39;
}
.TagClassName
{
border-color: #A81A39;
}
</style>