Shades of Cardinal #A7183B
Tints of Cardinal #A7183B
RGB
CMYK
RGB Variations
Color information
#A7183B (or 0xA7183B) is known color: Cardinal. HEX triplet: A7, 18 and 3B. RGB value is (167,24,59). Sum of RGB (Red+Green+Blue) = 167+24+59=250 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.8% from 250); Green value is 24 (9.77% from 255 or 9.6% from 250); Blue value is 59 (23.44% from 255 or 23.6% from 250); Max value from RGB is 167 - color contains mainly: red. Hex color #A7183B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7183B is #58E7C4. Grayscale: #464646. Windows color (decimal): -5826501 or 3872935. OLE color: 3872935.
HSL color Cylindrical-coordinate representation of color #A7183B: hue angle of 345.31º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A7183B is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 24 | 59 | - |
| CMYK | 0 | 0.86 | 0.65 | 0.35 |
| HSL | 345.31º | 0.75% | 0.37% | - |
| HSV(B) | 345.31º | 0.86% | 0.65% | - |
| XYZ | 17.05 | 9.18 | 5.01 | - |
| YUV | 70.75 | 121.38 | 196.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 24 | 59 | 0 | 0.86 | 0.65 | 0.35 | 345.31 | 0.75 | 0.37 |
| Hex | A7 | 18 | 3B | 0 | 56 | 41 | 23 | 159 | 4B | 25 |
| Octal | 247 | 30 | 73 | 0 | 126 | 101 | 43 | 531 | 113 | 45 |
| Binary | 10100111 | 11000 | 111011 | 0 | 1010110 | 1000001 | 100011 | 101011001 | 1001011 | 100101 |
Color Harmonies of #A7183B
Complementary color
Monochromatic Colors of #A7183B
Black with #A7183B
Text Example
Text Example
White with #A7183B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7183B; }
p { color: rgb(167,24,59); }
H1.HeaderClassName
{
color: #A7183B;
}
.AnyTagClassName
{
color: #A7183B;
}
</style>
background-color css
<style>
a { background-color: #A7183B; }
a { background-color: rgb(167,24,59); }
div.DivClassName
{
background-color: #A7183B;
}
.BgClassName
{
background-color: #A7183B;
}
</style>
border-color css
<style>
span { border-color: #A7183B; }
span { border-color: rgb(167,24,59); }
td.TdClassName
{
border-color: #A7183B;
}
.TagClassName
{
border-color: #A7183B;
}
</style>