Shades of Cardinal #A8133F
Tints of Cardinal #A8133F
RGB
CMYK
RGB Variations
Color information
#A8133F (or 0xA8133F) is known color: Cardinal. HEX triplet: A8, 13 and 3F. RGB value is (168,19,63). Sum of RGB (Red+Green+Blue) = 168+19+63=250 (33% of max value = 765). Red value is 168 (66.02% from 255 or 67.2% from 250); Green value is 19 (7.81% from 255 or 7.6% from 250); Blue value is 63 (25% from 255 or 25.2% from 250); Max value from RGB is 168 - color contains mainly: red. Hex color #A8133F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8133F is #57ECC0. Grayscale: #444444. Windows color (decimal): -5762241 or 4133800. OLE color: 4133800.
HSL color Cylindrical-coordinate representation of color #A8133F: hue angle of 342.28º 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 #A8133F is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 19 | 63 | - |
| CMYK | 0 | 0.89 | 0.63 | 0.34 |
| HSL | 342.28º | 0.8% | 0.37% | - |
| HSV(B) | 342.28º | 0.89% | 0.66% | - |
| XYZ | 17.28 | 9.15 | 5.56 | - |
| YUV | 68.57 | 124.86 | 198.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 19 | 63 | 0 | 0.89 | 0.63 | 0.34 | 342.28 | 0.8 | 0.37 |
| Hex | A8 | 13 | 3F | 0 | 59 | 3F | 22 | 156 | 50 | 25 |
| Octal | 250 | 23 | 77 | 0 | 131 | 77 | 42 | 526 | 120 | 45 |
| Binary | 10101000 | 10011 | 111111 | 0 | 1011001 | 111111 | 100010 | 101010110 | 1010000 | 100101 |
Color Harmonies of #A8133F
Complementary color
Monochromatic Colors of #A8133F
Black with #A8133F
Text Example
Text Example
White with #A8133F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8133F; }
p { color: rgb(168,19,63); }
H1.HeaderClassName
{
color: #A8133F;
}
.AnyTagClassName
{
color: #A8133F;
}
</style>
background-color css
<style>
a { background-color: #A8133F; }
a { background-color: rgb(168,19,63); }
div.DivClassName
{
background-color: #A8133F;
}
.BgClassName
{
background-color: #A8133F;
}
</style>
border-color css
<style>
span { border-color: #A8133F; }
span { border-color: rgb(168,19,63); }
td.TdClassName
{
border-color: #A8133F;
}
.TagClassName
{
border-color: #A8133F;
}
</style>