Shades of Cardinal #A81332
Tints of Cardinal #A81332
RGB
CMYK
RGB Variations
Color information
#A81332 (or 0xA81332) is known color: Cardinal. HEX triplet: A8, 13 and 32. RGB value is (168,19,50). Sum of RGB (Red+Green+Blue) = 168+19+50=237 (31% of max value = 765). Red value is 168 (66.02% from 255 or 70.89% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 50 (19.92% from 255 or 21.10% from 237); Max value from RGB is 168 - color contains mainly: red. Hex color #A81332 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81332 is #57ECCD. Grayscale: #434343. Windows color (decimal): -5762254 or 3281832. OLE color: 3281832.
HSL color Cylindrical-coordinate representation of color #A81332: hue angle of 347.52º 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 #A81332 is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 19 | 50 | - |
| CMYK | 0 | 0.89 | 0.70 | 0.34 |
| HSL | 347.52º | 0.8% | 0.37% | - |
| HSV(B) | 347.52º | 0.89% | 0.66% | - |
| XYZ | 16.96 | 9.02 | 3.87 | - |
| YUV | 67.09 | 118.36 | 199.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 19 | 50 | 0 | 0.89 | 0.70 | 0.34 | 347.52 | 0.8 | 0.37 |
| Hex | A8 | 13 | 32 | 0 | 59 | 46 | 22 | 15C | 50 | 25 |
| Octal | 250 | 23 | 62 | 0 | 131 | 106 | 42 | 534 | 120 | 45 |
| Binary | 10101000 | 10011 | 110010 | 0 | 1011001 | 1000110 | 100010 | 101011100 | 1010000 | 100101 |
Color Harmonies of #A81332
Complementary color
Monochromatic Colors of #A81332
Black with #A81332
Text Example
Text Example
White with #A81332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81332; }
p { color: rgb(168,19,50); }
H1.HeaderClassName
{
color: #A81332;
}
.AnyTagClassName
{
color: #A81332;
}
</style>
background-color css
<style>
a { background-color: #A81332; }
a { background-color: rgb(168,19,50); }
div.DivClassName
{
background-color: #A81332;
}
.BgClassName
{
background-color: #A81332;
}
</style>
border-color css
<style>
span { border-color: #A81332; }
span { border-color: rgb(168,19,50); }
td.TdClassName
{
border-color: #A81332;
}
.TagClassName
{
border-color: #A81332;
}
</style>