Shades of Cardinal #A40D3A
Tints of Cardinal #A40D3A
RGB
CMYK
RGB Variations
Color information
#A40D3A (or 0xA40D3A) is known color: Cardinal. HEX triplet: A4, 0D and 3A. RGB value is (164,13,58). Sum of RGB (Red+Green+Blue) = 164+13+58=235 (31% of max value = 765). Red value is 164 (64.45% from 255 or 69.79% from 235); Green value is 13 (5.47% from 255 or 5.53% from 235); Blue value is 58 (23.05% from 255 or 24.68% from 235); Max value from RGB is 164 - color contains mainly: red. Hex color #A40D3A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40D3A is #5BF2C5. Grayscale: #3F3F3F. Windows color (decimal): -6025926 or 3804580. OLE color: 3804580.
HSL color Cylindrical-coordinate representation of color #A40D3A: hue angle of 342.12º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A40D3A is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 13 | 58 | - |
| CMYK | 0 | 0.92 | 0.65 | 0.36 |
| HSL | 342.12º | 0.85% | 0.35% | - |
| HSV(B) | 342.12º | 0.92% | 0.64% | - |
| XYZ | 16.22 | 8.49 | 4.79 | - |
| YUV | 63.28 | 125.03 | 199.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 13 | 58 | 0 | 0.92 | 0.65 | 0.36 | 342.12 | 0.85 | 0.35 |
| Hex | A4 | D | 3A | 0 | 5C | 41 | 24 | 156 | 55 | 23 |
| Octal | 244 | 15 | 72 | 0 | 134 | 101 | 44 | 526 | 125 | 43 |
| Binary | 10100100 | 1101 | 111010 | 0 | 1011100 | 1000001 | 100100 | 101010110 | 1010101 | 100011 |
Color Harmonies of #A40D3A
Complementary color
Monochromatic Colors of #A40D3A
Black with #A40D3A
Text Example
Text Example
White with #A40D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40D3A; }
p { color: rgb(164,13,58); }
H1.HeaderClassName
{
color: #A40D3A;
}
.AnyTagClassName
{
color: #A40D3A;
}
</style>
background-color css
<style>
a { background-color: #A40D3A; }
a { background-color: rgb(164,13,58); }
div.DivClassName
{
background-color: #A40D3A;
}
.BgClassName
{
background-color: #A40D3A;
}
</style>
border-color css
<style>
span { border-color: #A40D3A; }
span { border-color: rgb(164,13,58); }
td.TdClassName
{
border-color: #A40D3A;
}
.TagClassName
{
border-color: #A40D3A;
}
</style>