Shades of Cardinal #A70B3C
Tints of Cardinal #A70B3C
RGB
CMYK
RGB Variations
Color information
#A70B3C (or 0xA70B3C) is known color: Cardinal. HEX triplet: A7, 0B and 3C. RGB value is (167,11,60). Sum of RGB (Red+Green+Blue) = 167+11+60=238 (31% of max value = 765). Red value is 167 (65.62% from 255 or 70.17% from 238); Green value is 11 (4.69% from 255 or 4.62% from 238); Blue value is 60 (23.83% from 255 or 25.21% from 238); Max value from RGB is 167 - color contains mainly: red. Hex color #A70B3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A70B3C is #58F4C3. Grayscale: #3F3F3F. Windows color (decimal): -5829828 or 3935143. OLE color: 3935143.
HSL color Cylindrical-coordinate representation of color #A70B3C: hue angle of 341.15º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A70B3C is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 11 | 60 | - |
| CMYK | 0 | 0.93 | 0.64 | 0.35 |
| HSL | 341.15º | 0.88% | 0.35% | - |
| HSV(B) | 341.15º | 0.93% | 0.65% | - |
| XYZ | 16.87 | 8.78 | 5.08 | - |
| YUV | 63.23 | 126.18 | 202.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 11 | 60 | 0 | 0.93 | 0.64 | 0.35 | 341.15 | 0.88 | 0.35 |
| Hex | A7 | B | 3C | 0 | 5D | 40 | 23 | 155 | 58 | 23 |
| Octal | 247 | 13 | 74 | 0 | 135 | 100 | 43 | 525 | 130 | 43 |
| Binary | 10100111 | 1011 | 111100 | 0 | 1011101 | 1000000 | 100011 | 101010101 | 1011000 | 100011 |
Color Harmonies of #A70B3C
Complementary color
Monochromatic Colors of #A70B3C
Black with #A70B3C
Text Example
Text Example
White with #A70B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70B3C; }
p { color: rgb(167,11,60); }
H1.HeaderClassName
{
color: #A70B3C;
}
.AnyTagClassName
{
color: #A70B3C;
}
</style>
background-color css
<style>
a { background-color: #A70B3C; }
a { background-color: rgb(167,11,60); }
div.DivClassName
{
background-color: #A70B3C;
}
.BgClassName
{
background-color: #A70B3C;
}
</style>
border-color css
<style>
span { border-color: #A70B3C; }
span { border-color: rgb(167,11,60); }
td.TdClassName
{
border-color: #A70B3C;
}
.TagClassName
{
border-color: #A70B3C;
}
</style>