Shades of Cardinal #A30E3B
Tints of Cardinal #A30E3B
RGB
CMYK
RGB Variations
Color information
#A30E3B (or 0xA30E3B) is known color: Cardinal. HEX triplet: A3, 0E and 3B. RGB value is (163,14,59). Sum of RGB (Red+Green+Blue) = 163+14+59=236 (31% of max value = 765). Red value is 163 (64.06% from 255 or 69.07% from 236); Green value is 14 (5.86% from 255 or 5.93% from 236); Blue value is 59 (23.44% from 255 or 25% from 236); Max value from RGB is 163 - color contains mainly: red. Hex color #A30E3B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30E3B is #5CF1C4. Grayscale: #3F3F3F. Windows color (decimal): -6091205 or 3870371. OLE color: 3870371.
HSL color Cylindrical-coordinate representation of color #A30E3B: hue angle of 341.88º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A30E3B is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 14 | 59 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.36 |
| HSL | 341.88º | 0.84% | 0.35% | - |
| HSV(B) | 341.88º | 0.91% | 0.64% | - |
| XYZ | 16.05 | 8.42 | 4.92 | - |
| YUV | 63.68 | 125.36 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 14 | 59 | 0 | 0.91 | 0.64 | 0.36 | 341.88 | 0.84 | 0.35 |
| Hex | A3 | E | 3B | 0 | 5B | 40 | 24 | 156 | 54 | 23 |
| Octal | 243 | 16 | 73 | 0 | 133 | 100 | 44 | 526 | 124 | 43 |
| Binary | 10100011 | 1110 | 111011 | 0 | 1011011 | 1000000 | 100100 | 101010110 | 1010100 | 100011 |
Color Harmonies of #A30E3B
Complementary color
Monochromatic Colors of #A30E3B
Black with #A30E3B
Text Example
Text Example
White with #A30E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30E3B; }
p { color: rgb(163,14,59); }
H1.HeaderClassName
{
color: #A30E3B;
}
.AnyTagClassName
{
color: #A30E3B;
}
</style>
background-color css
<style>
a { background-color: #A30E3B; }
a { background-color: rgb(163,14,59); }
div.DivClassName
{
background-color: #A30E3B;
}
.BgClassName
{
background-color: #A30E3B;
}
</style>
border-color css
<style>
span { border-color: #A30E3B; }
span { border-color: rgb(163,14,59); }
td.TdClassName
{
border-color: #A30E3B;
}
.TagClassName
{
border-color: #A30E3B;
}
</style>