Shades of Cardinal #A81239
Tints of Cardinal #A81239
RGB
CMYK
RGB Variations
Color information
#A81239 (or 0xA81239) is known color: Cardinal. HEX triplet: A8, 12 and 39. RGB value is (168,18,57). Sum of RGB (Red+Green+Blue) = 168+18+57=243 (32% of max value = 765). Red value is 168 (66.02% from 255 or 69.14% from 243); Green value is 18 (7.42% from 255 or 7.41% from 243); Blue value is 57 (22.66% from 255 or 23.46% from 243); Max value from RGB is 168 - color contains mainly: red. Hex color #A81239 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81239 is #57EDC6. Grayscale: #434343. Windows color (decimal): -5762503 or 3740328. OLE color: 3740328.
HSL color Cylindrical-coordinate representation of color #A81239: hue angle of 344.4º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A81239 is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 18 | 57 | - |
| CMYK | 0 | 0.89 | 0.66 | 0.34 |
| HSL | 344.4º | 0.81% | 0.36% | - |
| HSV(B) | 344.4º | 0.89% | 0.66% | - |
| XYZ | 17.1 | 9.05 | 4.72 | - |
| YUV | 67.3 | 122.2 | 199.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 18 | 57 | 0 | 0.89 | 0.66 | 0.34 | 344.4 | 0.81 | 0.36 |
| Hex | A8 | 12 | 39 | 0 | 59 | 42 | 22 | 158 | 51 | 24 |
| Octal | 250 | 22 | 71 | 0 | 131 | 102 | 42 | 530 | 121 | 44 |
| Binary | 10101000 | 10010 | 111001 | 0 | 1011001 | 1000010 | 100010 | 101011000 | 1010001 | 100100 |
Color Harmonies of #A81239
Complementary color
Monochromatic Colors of #A81239
Black with #A81239
Text Example
Text Example
White with #A81239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81239; }
p { color: rgb(168,18,57); }
H1.HeaderClassName
{
color: #A81239;
}
.AnyTagClassName
{
color: #A81239;
}
</style>
background-color css
<style>
a { background-color: #A81239; }
a { background-color: rgb(168,18,57); }
div.DivClassName
{
background-color: #A81239;
}
.BgClassName
{
background-color: #A81239;
}
</style>
border-color css
<style>
span { border-color: #A81239; }
span { border-color: rgb(168,18,57); }
td.TdClassName
{
border-color: #A81239;
}
.TagClassName
{
border-color: #A81239;
}
</style>