Shades of Cardinal #A8183B
Tints of Cardinal #A8183B
RGB
CMYK
RGB Variations
Color information
#A8183B (or 0xA8183B) is known color: Cardinal. HEX triplet: A8, 18 and 3B. RGB value is (168,24,59). Sum of RGB (Red+Green+Blue) = 168+24+59=251 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.93% from 251); Green value is 24 (9.77% from 255 or 9.56% from 251); Blue value is 59 (23.44% from 255 or 23.51% from 251); Max value from RGB is 168 - color contains mainly: red. Hex color #A8183B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8183B is #57E7C4. Grayscale: #474747. Windows color (decimal): -5760965 or 3872936. OLE color: 3872936.
HSL color Cylindrical-coordinate representation of color #A8183B: hue angle of 345.42º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A8183B is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 24 | 59 | - |
| CMYK | 0 | 0.86 | 0.65 | 0.34 |
| HSL | 345.42º | 0.75% | 0.38% | - |
| HSV(B) | 345.42º | 0.86% | 0.66% | - |
| XYZ | 17.26 | 9.29 | 5.02 | - |
| YUV | 71.05 | 121.21 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 24 | 59 | 0 | 0.86 | 0.65 | 0.34 | 345.42 | 0.75 | 0.38 |
| Hex | A8 | 18 | 3B | 0 | 56 | 41 | 22 | 159 | 4B | 26 |
| Octal | 250 | 30 | 73 | 0 | 126 | 101 | 42 | 531 | 113 | 46 |
| Binary | 10101000 | 11000 | 111011 | 0 | 1010110 | 1000001 | 100010 | 101011001 | 1001011 | 100110 |
Color Harmonies of #A8183B
Complementary color
Monochromatic Colors of #A8183B
Black with #A8183B
Text Example
Text Example
White with #A8183B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8183B; }
p { color: rgb(168,24,59); }
H1.HeaderClassName
{
color: #A8183B;
}
.AnyTagClassName
{
color: #A8183B;
}
</style>
background-color css
<style>
a { background-color: #A8183B; }
a { background-color: rgb(168,24,59); }
div.DivClassName
{
background-color: #A8183B;
}
.BgClassName
{
background-color: #A8183B;
}
</style>
border-color css
<style>
span { border-color: #A8183B; }
span { border-color: rgb(168,24,59); }
td.TdClassName
{
border-color: #A8183B;
}
.TagClassName
{
border-color: #A8183B;
}
</style>