Shades of Cardinal #A70F34
Tints of Cardinal #A70F34
RGB
CMYK
RGB Variations
Color information
#A70F34 (or 0xA70F34) is known color: Cardinal. HEX triplet: A7, 0F and 34. RGB value is (167,15,52). Sum of RGB (Red+Green+Blue) = 167+15+52=234 (30% of max value = 765). Red value is 167 (65.62% from 255 or 71.37% from 234); Green value is 15 (6.25% from 255 or 6.41% from 234); Blue value is 52 (20.70% from 255 or 22.22% from 234); Max value from RGB is 167 - color contains mainly: red. Hex color #A70F34 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A70F34 is #58F0CB. Grayscale: #404040. Windows color (decimal): -5828812 or 3411879. OLE color: 3411879.
HSL color Cylindrical-coordinate representation of color #A70F34: hue angle of 345.39º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A70F34 is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 15 | 52 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.35 |
| HSL | 345.39º | 0.84% | 0.36% | - |
| HSV(B) | 345.39º | 0.91% | 0.65% | - |
| XYZ | 16.73 | 8.81 | 4.07 | - |
| YUV | 64.67 | 120.86 | 200.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 15 | 52 | 0 | 0.91 | 0.69 | 0.35 | 345.39 | 0.84 | 0.36 |
| Hex | A7 | F | 34 | 0 | 5B | 45 | 23 | 159 | 54 | 24 |
| Octal | 247 | 17 | 64 | 0 | 133 | 105 | 43 | 531 | 124 | 44 |
| Binary | 10100111 | 1111 | 110100 | 0 | 1011011 | 1000101 | 100011 | 101011001 | 1010100 | 100100 |
Color Harmonies of #A70F34
Complementary color
Monochromatic Colors of #A70F34
Black with #A70F34
Text Example
Text Example
White with #A70F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70F34; }
p { color: rgb(167,15,52); }
H1.HeaderClassName
{
color: #A70F34;
}
.AnyTagClassName
{
color: #A70F34;
}
</style>
background-color css
<style>
a { background-color: #A70F34; }
a { background-color: rgb(167,15,52); }
div.DivClassName
{
background-color: #A70F34;
}
.BgClassName
{
background-color: #A70F34;
}
</style>
border-color css
<style>
span { border-color: #A70F34; }
span { border-color: rgb(167,15,52); }
td.TdClassName
{
border-color: #A70F34;
}
.TagClassName
{
border-color: #A70F34;
}
</style>