Shades of Cardinal #A71C3C
Tints of Cardinal #A71C3C
RGB
CMYK
RGB Variations
Color information
#A71C3C (or 0xA71C3C) is known color: Cardinal. HEX triplet: A7, 1C and 3C. RGB value is (167,28,60). Sum of RGB (Red+Green+Blue) = 167+28+60=255 (33% of max value = 765). Red value is 167 (65.62% from 255 or 65.49% from 255); Green value is 28 (11.33% from 255 or 10.98% from 255); Blue value is 60 (23.83% from 255 or 23.53% from 255); Max value from RGB is 167 - color contains mainly: red. Hex color #A71C3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A71C3C is #58E3C3. Grayscale: #494949. Windows color (decimal): -5825476 or 3939495. OLE color: 3939495.
HSL color Cylindrical-coordinate representation of color #A71C3C: hue angle of 346.19º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A71C3C is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 28 | 60 | - |
| CMYK | 0 | 0.83 | 0.64 | 0.35 |
| HSL | 346.19º | 0.71% | 0.38% | - |
| HSV(B) | 346.19º | 0.83% | 0.65% | - |
| XYZ | 17.17 | 9.37 | 5.18 | - |
| YUV | 73.21 | 120.55 | 194.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 28 | 60 | 0 | 0.83 | 0.64 | 0.35 | 346.19 | 0.71 | 0.38 |
| Hex | A7 | 1C | 3C | 0 | 53 | 40 | 23 | 15A | 47 | 26 |
| Octal | 247 | 34 | 74 | 0 | 123 | 100 | 43 | 532 | 107 | 46 |
| Binary | 10100111 | 11100 | 111100 | 0 | 1010011 | 1000000 | 100011 | 101011010 | 1000111 | 100110 |
Color Harmonies of #A71C3C
Complementary color
Monochromatic Colors of #A71C3C
Black with #A71C3C
Text Example
Text Example
White with #A71C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71C3C; }
p { color: rgb(167,28,60); }
H1.HeaderClassName
{
color: #A71C3C;
}
.AnyTagClassName
{
color: #A71C3C;
}
</style>
background-color css
<style>
a { background-color: #A71C3C; }
a { background-color: rgb(167,28,60); }
div.DivClassName
{
background-color: #A71C3C;
}
.BgClassName
{
background-color: #A71C3C;
}
</style>
border-color css
<style>
span { border-color: #A71C3C; }
span { border-color: rgb(167,28,60); }
td.TdClassName
{
border-color: #A71C3C;
}
.TagClassName
{
border-color: #A71C3C;
}
</style>