Shades of Cardinal #A8132F
Tints of Cardinal #A8132F
RGB
CMYK
RGB Variations
Color information
#A8132F (or 0xA8132F) is known color: Cardinal. HEX triplet: A8, 13 and 2F. RGB value is (168,19,47). Sum of RGB (Red+Green+Blue) = 168+19+47=234 (30% of max value = 765). Red value is 168 (66.02% from 255 or 71.79% from 234); Green value is 19 (7.81% from 255 or 8.12% from 234); Blue value is 47 (18.75% from 255 or 20.09% from 234); Max value from RGB is 168 - color contains mainly: red. Hex color #A8132F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8132F is #57ECD0. Grayscale: #424242. Windows color (decimal): -5762257 or 3085224. OLE color: 3085224.
HSL color Cylindrical-coordinate representation of color #A8132F: hue angle of 348.72º 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 #A8132F is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 19 | 47 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.34 |
| HSL | 348.72º | 0.8% | 0.37% | - |
| HSV(B) | 348.72º | 0.89% | 0.66% | - |
| XYZ | 16.89 | 9 | 3.54 | - |
| YUV | 66.74 | 116.86 | 200.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 19 | 47 | 0 | 0.89 | 0.72 | 0.34 | 348.72 | 0.8 | 0.37 |
| Hex | A8 | 13 | 2F | 0 | 59 | 48 | 22 | 15D | 50 | 25 |
| Octal | 250 | 23 | 57 | 0 | 131 | 110 | 42 | 535 | 120 | 45 |
| Binary | 10101000 | 10011 | 101111 | 0 | 1011001 | 1001000 | 100010 | 101011101 | 1010000 | 100101 |
Color Harmonies of #A8132F
Complementary color
Monochromatic Colors of #A8132F
Black with #A8132F
Text Example
Text Example
White with #A8132F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8132F; }
p { color: rgb(168,19,47); }
H1.HeaderClassName
{
color: #A8132F;
}
.AnyTagClassName
{
color: #A8132F;
}
</style>
background-color css
<style>
a { background-color: #A8132F; }
a { background-color: rgb(168,19,47); }
div.DivClassName
{
background-color: #A8132F;
}
.BgClassName
{
background-color: #A8132F;
}
</style>
border-color css
<style>
span { border-color: #A8132F; }
span { border-color: rgb(168,19,47); }
td.TdClassName
{
border-color: #A8132F;
}
.TagClassName
{
border-color: #A8132F;
}
</style>