Shades of Cardinal #A81330
Tints of Cardinal #A81330
RGB
CMYK
RGB Variations
Color information
#A81330 (or 0xA81330) is known color: Cardinal. HEX triplet: A8, 13 and 30. RGB value is (168,19,48). Sum of RGB (Red+Green+Blue) = 168+19+48=235 (31% of max value = 765). Red value is 168 (66.02% from 255 or 71.49% from 235); Green value is 19 (7.81% from 255 or 8.09% from 235); Blue value is 48 (19.14% from 255 or 20.43% from 235); Max value from RGB is 168 - color contains mainly: red. Hex color #A81330 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81330 is #57ECCF. Grayscale: #424242. Windows color (decimal): -5762256 or 3150760. OLE color: 3150760.
HSL color Cylindrical-coordinate representation of color #A81330: hue angle of 348.32º 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 #A81330 is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 19 | 48 | - |
| CMYK | 0 | 0.89 | 0.71 | 0.34 |
| HSL | 348.32º | 0.8% | 0.37% | - |
| HSV(B) | 348.32º | 0.89% | 0.66% | - |
| XYZ | 16.91 | 9 | 3.64 | - |
| YUV | 66.86 | 117.36 | 200.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 19 | 48 | 0 | 0.89 | 0.71 | 0.34 | 348.32 | 0.8 | 0.37 |
| Hex | A8 | 13 | 30 | 0 | 59 | 47 | 22 | 15C | 50 | 25 |
| Octal | 250 | 23 | 60 | 0 | 131 | 107 | 42 | 534 | 120 | 45 |
| Binary | 10101000 | 10011 | 110000 | 0 | 1011001 | 1000111 | 100010 | 101011100 | 1010000 | 100101 |
Color Harmonies of #A81330
Complementary color
Monochromatic Colors of #A81330
Black with #A81330
Text Example
Text Example
White with #A81330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81330; }
p { color: rgb(168,19,48); }
H1.HeaderClassName
{
color: #A81330;
}
.AnyTagClassName
{
color: #A81330;
}
</style>
background-color css
<style>
a { background-color: #A81330; }
a { background-color: rgb(168,19,48); }
div.DivClassName
{
background-color: #A81330;
}
.BgClassName
{
background-color: #A81330;
}
</style>
border-color css
<style>
span { border-color: #A81330; }
span { border-color: rgb(168,19,48); }
td.TdClassName
{
border-color: #A81330;
}
.TagClassName
{
border-color: #A81330;
}
</style>