Shades of Cardinal #A8132D
Tints of Cardinal #A8132D
RGB
CMYK
RGB Variations
Color information
#A8132D (or 0xA8132D) is known color: Cardinal. HEX triplet: A8, 13 and 2D. RGB value is (168,19,45). Sum of RGB (Red+Green+Blue) = 168+19+45=232 (30% of max value = 765). Red value is 168 (66.02% from 255 or 72.41% from 232); Green value is 19 (7.81% from 255 or 8.19% from 232); Blue value is 45 (17.97% from 255 or 19.40% from 232); Max value from RGB is 168 - color contains mainly: red. Hex color #A8132D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8132D is #57ECD2. Grayscale: #424242. Windows color (decimal): -5762259 or 2954152. OLE color: 2954152.
HSL color Cylindrical-coordinate representation of color #A8132D: hue angle of 349.53º 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 #A8132D is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 19 | 45 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.34 |
| HSL | 349.53º | 0.8% | 0.37% | - |
| HSV(B) | 349.53º | 0.89% | 0.66% | - |
| XYZ | 16.85 | 8.98 | 3.33 | - |
| YUV | 66.52 | 115.86 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 19 | 45 | 0 | 0.89 | 0.73 | 0.34 | 349.53 | 0.8 | 0.37 |
| Hex | A8 | 13 | 2D | 0 | 59 | 49 | 22 | 15E | 50 | 25 |
| Octal | 250 | 23 | 55 | 0 | 131 | 111 | 42 | 536 | 120 | 45 |
| Binary | 10101000 | 10011 | 101101 | 0 | 1011001 | 1001001 | 100010 | 101011110 | 1010000 | 100101 |
Color Harmonies of #A8132D
Complementary color
Monochromatic Colors of #A8132D
Black with #A8132D
Text Example
Text Example
White with #A8132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8132D; }
p { color: rgb(168,19,45); }
H1.HeaderClassName
{
color: #A8132D;
}
.AnyTagClassName
{
color: #A8132D;
}
</style>
background-color css
<style>
a { background-color: #A8132D; }
a { background-color: rgb(168,19,45); }
div.DivClassName
{
background-color: #A8132D;
}
.BgClassName
{
background-color: #A8132D;
}
</style>
border-color css
<style>
span { border-color: #A8132D; }
span { border-color: rgb(168,19,45); }
td.TdClassName
{
border-color: #A8132D;
}
.TagClassName
{
border-color: #A8132D;
}
</style>