Shades of Cardinal #A81439
Tints of Cardinal #A81439
RGB
CMYK
RGB Variations
Color information
#A81439 (or 0xA81439) is known color: Cardinal. HEX triplet: A8, 14 and 39. RGB value is (168,20,57). Sum of RGB (Red+Green+Blue) = 168+20+57=245 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.57% from 245); Green value is 20 (8.20% from 255 or 8.16% from 245); Blue value is 57 (22.66% from 255 or 23.27% from 245); Max value from RGB is 168 - color contains mainly: red. Hex color #A81439 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81439 is #57EBC6. Grayscale: #444444. Windows color (decimal): -5761991 or 3740840. OLE color: 3740840.
HSL color Cylindrical-coordinate representation of color #A81439: hue angle of 345º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A81439 is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 20 | 57 | - |
| CMYK | 0 | 0.88 | 0.66 | 0.34 |
| HSL | 345º | 0.79% | 0.37% | - |
| HSV(B) | 345º | 0.88% | 0.66% | - |
| XYZ | 17.14 | 9.12 | 4.73 | - |
| YUV | 68.47 | 121.53 | 198.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 20 | 57 | 0 | 0.88 | 0.66 | 0.34 | 345 | 0.79 | 0.37 |
| Hex | A8 | 14 | 39 | 0 | 58 | 42 | 22 | 159 | 4F | 25 |
| Octal | 250 | 24 | 71 | 0 | 130 | 102 | 42 | 531 | 117 | 45 |
| Binary | 10101000 | 10100 | 111001 | 0 | 1011000 | 1000010 | 100010 | 101011001 | 1001111 | 100101 |
Color Harmonies of #A81439
Complementary color
Monochromatic Colors of #A81439
Black with #A81439
Text Example
Text Example
White with #A81439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81439; }
p { color: rgb(168,20,57); }
H1.HeaderClassName
{
color: #A81439;
}
.AnyTagClassName
{
color: #A81439;
}
</style>
background-color css
<style>
a { background-color: #A81439; }
a { background-color: rgb(168,20,57); }
div.DivClassName
{
background-color: #A81439;
}
.BgClassName
{
background-color: #A81439;
}
</style>
border-color css
<style>
span { border-color: #A81439; }
span { border-color: rgb(168,20,57); }
td.TdClassName
{
border-color: #A81439;
}
.TagClassName
{
border-color: #A81439;
}
</style>