Shades of Cardinal #A8063A
Tints of Cardinal #A8063A
RGB
CMYK
RGB Variations
Color information
#A8063A (or 0xA8063A) is known color: Cardinal. HEX triplet: A8, 06 and 3A. RGB value is (168,6,58). Sum of RGB (Red+Green+Blue) = 168+6+58=232 (30% of max value = 765). Red value is 168 (66.02% from 255 or 72.41% from 232); Green value is 6 (2.73% from 255 or 2.59% from 232); Blue value is 58 (23.05% from 255 or 25% from 232); Max value from RGB is 168 - color contains mainly: red. Hex color #A8063A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8063A is #57F9C5. Grayscale: #3C3C3C. Windows color (decimal): -5765574 or 3802792. OLE color: 3802792.
HSL color Cylindrical-coordinate representation of color #A8063A: hue angle of 340.74º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A8063A is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 6 | 58 | - |
| CMYK | 0 | 0.96 | 0.65 | 0.34 |
| HSL | 340.74º | 0.93% | 0.34% | - |
| HSV(B) | 340.74º | 0.96% | 0.66% | - |
| XYZ | 16.98 | 8.76 | 4.8 | - |
| YUV | 60.37 | 126.67 | 204.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 6 | 58 | 0 | 0.96 | 0.65 | 0.34 | 340.74 | 0.93 | 0.34 |
| Hex | A8 | 6 | 3A | 0 | 60 | 41 | 22 | 155 | 5D | 22 |
| Octal | 250 | 6 | 72 | 0 | 140 | 101 | 42 | 525 | 135 | 42 |
| Binary | 10101000 | 110 | 111010 | 0 | 1100000 | 1000001 | 100010 | 101010101 | 1011101 | 100010 |
Color Harmonies of #A8063A
Complementary color
Monochromatic Colors of #A8063A
Black with #A8063A
Text Example
Text Example
White with #A8063A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8063A; }
p { color: rgb(168,6,58); }
H1.HeaderClassName
{
color: #A8063A;
}
.AnyTagClassName
{
color: #A8063A;
}
</style>
background-color css
<style>
a { background-color: #A8063A; }
a { background-color: rgb(168,6,58); }
div.DivClassName
{
background-color: #A8063A;
}
.BgClassName
{
background-color: #A8063A;
}
</style>
border-color css
<style>
span { border-color: #A8063A; }
span { border-color: rgb(168,6,58); }
td.TdClassName
{
border-color: #A8063A;
}
.TagClassName
{
border-color: #A8063A;
}
</style>