Shades of Cardinal #A7073A
Tints of Cardinal #A7073A
RGB
CMYK
RGB Variations
Color information
#A7073A (or 0xA7073A) is known color: Cardinal. HEX triplet: A7, 07 and 3A. RGB value is (167,7,58). Sum of RGB (Red+Green+Blue) = 167+7+58=232 (30% of max value = 765). Red value is 167 (65.62% from 255 or 71.98% from 232); Green value is 7 (3.12% from 255 or 3.02% from 232); Blue value is 58 (23.05% from 255 or 25% from 232); Max value from RGB is 167 - color contains mainly: red. Hex color #A7073A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7073A is #58F8C5. Grayscale: #3C3C3C. Windows color (decimal): -5830854 or 3803047. OLE color: 3803047.
HSL color Cylindrical-coordinate representation of color #A7073A: hue angle of 340.88º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A7073A is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 7 | 58 | - |
| CMYK | 0 | 0.96 | 0.65 | 0.35 |
| HSL | 340.88º | 0.92% | 0.34% | - |
| HSV(B) | 340.88º | 0.96% | 0.65% | - |
| XYZ | 16.78 | 8.67 | 4.79 | - |
| YUV | 60.65 | 126.51 | 203.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 7 | 58 | 0 | 0.96 | 0.65 | 0.35 | 340.88 | 0.92 | 0.34 |
| Hex | A7 | 7 | 3A | 0 | 60 | 41 | 23 | 155 | 5C | 22 |
| Octal | 247 | 7 | 72 | 0 | 140 | 101 | 43 | 525 | 134 | 42 |
| Binary | 10100111 | 111 | 111010 | 0 | 1100000 | 1000001 | 100011 | 101010101 | 1011100 | 100010 |
Color Harmonies of #A7073A
Complementary color
Monochromatic Colors of #A7073A
Black with #A7073A
Text Example
Text Example
White with #A7073A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7073A; }
p { color: rgb(167,7,58); }
H1.HeaderClassName
{
color: #A7073A;
}
.AnyTagClassName
{
color: #A7073A;
}
</style>
background-color css
<style>
a { background-color: #A7073A; }
a { background-color: rgb(167,7,58); }
div.DivClassName
{
background-color: #A7073A;
}
.BgClassName
{
background-color: #A7073A;
}
</style>
border-color css
<style>
span { border-color: #A7073A; }
span { border-color: rgb(167,7,58); }
td.TdClassName
{
border-color: #A7073A;
}
.TagClassName
{
border-color: #A7073A;
}
</style>