Shades of Cardinal #A81141
Tints of Cardinal #A81141
RGB
CMYK
RGB Variations
Color information
#A81141 (or 0xA81141) is known color: Cardinal. HEX triplet: A8, 11 and 41. RGB value is (168,17,65). Sum of RGB (Red+Green+Blue) = 168+17+65=250 (33% of max value = 765). Red value is 168 (66.02% from 255 or 67.2% from 250); Green value is 17 (7.03% from 255 or 6.8% from 250); Blue value is 65 (25.78% from 255 or 26% from 250); Max value from RGB is 168 - color contains mainly: red. Hex color #A81141 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81141 is #57EEBE. Grayscale: #434343. Windows color (decimal): -5762751 or 4264360. OLE color: 4264360.
HSL color Cylindrical-coordinate representation of color #A81141: hue angle of 340.93º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A81141 is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 17 | 65 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.34 |
| HSL | 340.93º | 0.82% | 0.36% | - |
| HSV(B) | 340.93º | 0.9% | 0.66% | - |
| XYZ | 17.3 | 9.11 | 5.85 | - |
| YUV | 67.62 | 126.53 | 199.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 17 | 65 | 0 | 0.90 | 0.61 | 0.34 | 340.93 | 0.82 | 0.36 |
| Hex | A8 | 11 | 41 | 0 | 5A | 3D | 22 | 155 | 52 | 24 |
| Octal | 250 | 21 | 101 | 0 | 132 | 75 | 42 | 525 | 122 | 44 |
| Binary | 10101000 | 10001 | 1000001 | 0 | 1011010 | 111101 | 100010 | 101010101 | 1010010 | 100100 |
Color Harmonies of #A81141
Complementary color
Monochromatic Colors of #A81141
Black with #A81141
Text Example
Text Example
White with #A81141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81141; }
p { color: rgb(168,17,65); }
H1.HeaderClassName
{
color: #A81141;
}
.AnyTagClassName
{
color: #A81141;
}
</style>
background-color css
<style>
a { background-color: #A81141; }
a { background-color: rgb(168,17,65); }
div.DivClassName
{
background-color: #A81141;
}
.BgClassName
{
background-color: #A81141;
}
</style>
border-color css
<style>
span { border-color: #A81141; }
span { border-color: rgb(168,17,65); }
td.TdClassName
{
border-color: #A81141;
}
.TagClassName
{
border-color: #A81141;
}
</style>