Shades of Cardinal #A8073B
Tints of Cardinal #A8073B
RGB
CMYK
RGB Variations
Color information
#A8073B (or 0xA8073B) is known color: Cardinal. HEX triplet: A8, 07 and 3B. RGB value is (168,7,59). Sum of RGB (Red+Green+Blue) = 168+7+59=234 (30% of max value = 765). Red value is 168 (66.02% from 255 or 71.79% from 234); Green value is 7 (3.12% from 255 or 2.99% from 234); Blue value is 59 (23.44% from 255 or 25.21% from 234); Max value from RGB is 168 - color contains mainly: red. Hex color #A8073B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8073B is #57F8C4. Grayscale: #3D3D3D. Windows color (decimal): -5765317 or 3868584. OLE color: 3868584.
HSL color Cylindrical-coordinate representation of color #A8073B: hue angle of 340.62º degrees, saturation: 0.92, 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 #A8073B is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 7 | 59 | - |
| CMYK | 0 | 0.96 | 0.65 | 0.34 |
| HSL | 340.62º | 0.92% | 0.34% | - |
| HSV(B) | 340.62º | 0.96% | 0.66% | - |
| XYZ | 17.01 | 8.79 | 4.94 | - |
| YUV | 61.07 | 126.84 | 204.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 7 | 59 | 0 | 0.96 | 0.65 | 0.34 | 340.62 | 0.92 | 0.34 |
| Hex | A8 | 7 | 3B | 0 | 60 | 41 | 22 | 155 | 5C | 22 |
| Octal | 250 | 7 | 73 | 0 | 140 | 101 | 42 | 525 | 134 | 42 |
| Binary | 10101000 | 111 | 111011 | 0 | 1100000 | 1000001 | 100010 | 101010101 | 1011100 | 100010 |
Color Harmonies of #A8073B
Complementary color
Monochromatic Colors of #A8073B
Black with #A8073B
Text Example
Text Example
White with #A8073B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8073B; }
p { color: rgb(168,7,59); }
H1.HeaderClassName
{
color: #A8073B;
}
.AnyTagClassName
{
color: #A8073B;
}
</style>
background-color css
<style>
a { background-color: #A8073B; }
a { background-color: rgb(168,7,59); }
div.DivClassName
{
background-color: #A8073B;
}
.BgClassName
{
background-color: #A8073B;
}
</style>
border-color css
<style>
span { border-color: #A8073B; }
span { border-color: rgb(168,7,59); }
td.TdClassName
{
border-color: #A8073B;
}
.TagClassName
{
border-color: #A8073B;
}
</style>