Shades of Cardinal #A8063B
Tints of Cardinal #A8063B
RGB
CMYK
RGB Variations
Color information
#A8063B (or 0xA8063B) is known color: Cardinal. HEX triplet: A8, 06 and 3B. RGB value is (168,6,59). Sum of RGB (Red+Green+Blue) = 168+6+59=233 (30% of max value = 765). Red value is 168 (66.02% from 255 or 72.10% from 233); Green value is 6 (2.73% from 255 or 2.58% from 233); Blue value is 59 (23.44% from 255 or 25.32% from 233); Max value from RGB is 168 - color contains mainly: red. Hex color #A8063B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8063B is #57F9C4. Grayscale: #3C3C3C. Windows color (decimal): -5765573 or 3868328. OLE color: 3868328.
HSL color Cylindrical-coordinate representation of color #A8063B: hue angle of 340.37º 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 #A8063B is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 6 | 59 | - |
| CMYK | 0 | 0.96 | 0.65 | 0.34 |
| HSL | 340.37º | 0.93% | 0.34% | - |
| HSV(B) | 340.37º | 0.96% | 0.66% | - |
| XYZ | 17 | 8.77 | 4.93 | - |
| YUV | 60.48 | 127.17 | 204.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 6 | 59 | 0 | 0.96 | 0.65 | 0.34 | 340.37 | 0.93 | 0.34 |
| Hex | A8 | 6 | 3B | 0 | 60 | 41 | 22 | 154 | 5D | 22 |
| Octal | 250 | 6 | 73 | 0 | 140 | 101 | 42 | 524 | 135 | 42 |
| Binary | 10101000 | 110 | 111011 | 0 | 1100000 | 1000001 | 100010 | 101010100 | 1011101 | 100010 |
Color Harmonies of #A8063B
Complementary color
Monochromatic Colors of #A8063B
Black with #A8063B
Text Example
Text Example
White with #A8063B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8063B; }
p { color: rgb(168,6,59); }
H1.HeaderClassName
{
color: #A8063B;
}
.AnyTagClassName
{
color: #A8063B;
}
</style>
background-color css
<style>
a { background-color: #A8063B; }
a { background-color: rgb(168,6,59); }
div.DivClassName
{
background-color: #A8063B;
}
.BgClassName
{
background-color: #A8063B;
}
</style>
border-color css
<style>
span { border-color: #A8063B; }
span { border-color: rgb(168,6,59); }
td.TdClassName
{
border-color: #A8063B;
}
.TagClassName
{
border-color: #A8063B;
}
</style>