Shades of Cardinal #A81342
Tints of Cardinal #A81342
RGB
CMYK
RGB Variations
Color information
#A81342 (or 0xA81342) is known color: Cardinal. HEX triplet: A8, 13 and 42. RGB value is (168,19,66). Sum of RGB (Red+Green+Blue) = 168+19+66=253 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.40% from 253); Green value is 19 (7.81% from 255 or 7.51% from 253); Blue value is 66 (26.17% from 255 or 26.09% from 253); Max value from RGB is 168 - color contains mainly: red. Hex color #A81342 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81342 is #57ECBD. Grayscale: #444444. Windows color (decimal): -5762238 or 4330408. OLE color: 4330408.
HSL color Cylindrical-coordinate representation of color #A81342: hue angle of 341.07º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A81342 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 19 | 66 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.34 |
| HSL | 341.07º | 0.8% | 0.37% | - |
| HSV(B) | 341.07º | 0.89% | 0.66% | - |
| XYZ | 17.36 | 9.18 | 6.01 | - |
| YUV | 68.91 | 126.36 | 198.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 19 | 66 | 0 | 0.89 | 0.61 | 0.34 | 341.07 | 0.8 | 0.37 |
| Hex | A8 | 13 | 42 | 0 | 59 | 3D | 22 | 155 | 50 | 25 |
| Octal | 250 | 23 | 102 | 0 | 131 | 75 | 42 | 525 | 120 | 45 |
| Binary | 10101000 | 10011 | 1000010 | 0 | 1011001 | 111101 | 100010 | 101010101 | 1010000 | 100101 |
Color Harmonies of #A81342
Complementary color
Monochromatic Colors of #A81342
Black with #A81342
Text Example
Text Example
White with #A81342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81342; }
p { color: rgb(168,19,66); }
H1.HeaderClassName
{
color: #A81342;
}
.AnyTagClassName
{
color: #A81342;
}
</style>
background-color css
<style>
a { background-color: #A81342; }
a { background-color: rgb(168,19,66); }
div.DivClassName
{
background-color: #A81342;
}
.BgClassName
{
background-color: #A81342;
}
</style>
border-color css
<style>
span { border-color: #A81342; }
span { border-color: rgb(168,19,66); }
td.TdClassName
{
border-color: #A81342;
}
.TagClassName
{
border-color: #A81342;
}
</style>