Shades of Cardinal #A8133D
Tints of Cardinal #A8133D
RGB
CMYK
RGB Variations
Color information
#A8133D (or 0xA8133D) is known color: Cardinal. HEX triplet: A8, 13 and 3D. RGB value is (168,19,61). Sum of RGB (Red+Green+Blue) = 168+19+61=248 (32% of max value = 765). Red value is 168 (66.02% from 255 or 67.74% from 248); Green value is 19 (7.81% from 255 or 7.66% from 248); Blue value is 61 (24.22% from 255 or 24.60% from 248); Max value from RGB is 168 - color contains mainly: red. Hex color #A8133D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8133D is #57ECC2. Grayscale: #444444. Windows color (decimal): -5762243 or 4002728. OLE color: 4002728.
HSL color Cylindrical-coordinate representation of color #A8133D: hue angle of 343.09º 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 #A8133D is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 19 | 61 | - |
| CMYK | 0 | 0.89 | 0.64 | 0.34 |
| HSL | 343.09º | 0.8% | 0.37% | - |
| HSV(B) | 343.09º | 0.89% | 0.66% | - |
| XYZ | 17.22 | 9.13 | 5.27 | - |
| YUV | 68.34 | 123.86 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 19 | 61 | 0 | 0.89 | 0.64 | 0.34 | 343.09 | 0.8 | 0.37 |
| Hex | A8 | 13 | 3D | 0 | 59 | 40 | 22 | 157 | 50 | 25 |
| Octal | 250 | 23 | 75 | 0 | 131 | 100 | 42 | 527 | 120 | 45 |
| Binary | 10101000 | 10011 | 111101 | 0 | 1011001 | 1000000 | 100010 | 101010111 | 1010000 | 100101 |
Color Harmonies of #A8133D
Complementary color
Monochromatic Colors of #A8133D
Black with #A8133D
Text Example
Text Example
White with #A8133D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8133D; }
p { color: rgb(168,19,61); }
H1.HeaderClassName
{
color: #A8133D;
}
.AnyTagClassName
{
color: #A8133D;
}
</style>
background-color css
<style>
a { background-color: #A8133D; }
a { background-color: rgb(168,19,61); }
div.DivClassName
{
background-color: #A8133D;
}
.BgClassName
{
background-color: #A8133D;
}
</style>
border-color css
<style>
span { border-color: #A8133D; }
span { border-color: rgb(168,19,61); }
td.TdClassName
{
border-color: #A8133D;
}
.TagClassName
{
border-color: #A8133D;
}
</style>