Shades of Cardinal #A81235
Tints of Cardinal #A81235
RGB
CMYK
RGB Variations
Color information
#A81235 (or 0xA81235) is known color: Cardinal. HEX triplet: A8, 12 and 35. RGB value is (168,18,53). Sum of RGB (Red+Green+Blue) = 168+18+53=239 (31% of max value = 765). Red value is 168 (66.02% from 255 or 70.29% from 239); Green value is 18 (7.42% from 255 or 7.53% from 239); Blue value is 53 (21.09% from 255 or 22.18% from 239); Max value from RGB is 168 - color contains mainly: red. Hex color #A81235 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81235 is #57EDCA. Grayscale: #424242. Windows color (decimal): -5762507 or 3478184. OLE color: 3478184.
HSL color Cylindrical-coordinate representation of color #A81235: hue angle of 346º 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 #A81235 is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 18 | 53 | - |
| CMYK | 0 | 0.89 | 0.68 | 0.34 |
| HSL | 346º | 0.81% | 0.36% | - |
| HSV(B) | 346º | 0.89% | 0.66% | - |
| XYZ | 17.01 | 9.01 | 4.21 | - |
| YUV | 66.84 | 120.2 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 18 | 53 | 0 | 0.89 | 0.68 | 0.34 | 346 | 0.81 | 0.36 |
| Hex | A8 | 12 | 35 | 0 | 59 | 44 | 22 | 15A | 51 | 24 |
| Octal | 250 | 22 | 65 | 0 | 131 | 104 | 42 | 532 | 121 | 44 |
| Binary | 10101000 | 10010 | 110101 | 0 | 1011001 | 1000100 | 100010 | 101011010 | 1010001 | 100100 |
Color Harmonies of #A81235
Complementary color
Monochromatic Colors of #A81235
Black with #A81235
Text Example
Text Example
White with #A81235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81235; }
p { color: rgb(168,18,53); }
H1.HeaderClassName
{
color: #A81235;
}
.AnyTagClassName
{
color: #A81235;
}
</style>
background-color css
<style>
a { background-color: #A81235; }
a { background-color: rgb(168,18,53); }
div.DivClassName
{
background-color: #A81235;
}
.BgClassName
{
background-color: #A81235;
}
</style>
border-color css
<style>
span { border-color: #A81235; }
span { border-color: rgb(168,18,53); }
td.TdClassName
{
border-color: #A81235;
}
.TagClassName
{
border-color: #A81235;
}
</style>