Shades of Cardinal #A8123C
Tints of Cardinal #A8123C
RGB
CMYK
RGB Variations
Color information
#A8123C (or 0xA8123C) is known color: Cardinal. HEX triplet: A8, 12 and 3C. RGB value is (168,18,60). Sum of RGB (Red+Green+Blue) = 168+18+60=246 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.29% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 60 (23.83% from 255 or 24.39% from 246); Max value from RGB is 168 - color contains mainly: red. Hex color #A8123C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8123C is #57EDC3. Grayscale: #434343. Windows color (decimal): -5762500 or 3936936. OLE color: 3936936.
HSL color Cylindrical-coordinate representation of color #A8123C: hue angle of 343.2º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A8123C is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 18 | 60 | - |
| CMYK | 0 | 0.89 | 0.64 | 0.34 |
| HSL | 343.2º | 0.81% | 0.36% | - |
| HSV(B) | 343.2º | 0.89% | 0.66% | - |
| XYZ | 17.18 | 9.08 | 5.12 | - |
| YUV | 67.64 | 123.7 | 199.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 18 | 60 | 0 | 0.89 | 0.64 | 0.34 | 343.2 | 0.81 | 0.36 |
| Hex | A8 | 12 | 3C | 0 | 59 | 40 | 22 | 157 | 51 | 24 |
| Octal | 250 | 22 | 74 | 0 | 131 | 100 | 42 | 527 | 121 | 44 |
| Binary | 10101000 | 10010 | 111100 | 0 | 1011001 | 1000000 | 100010 | 101010111 | 1010001 | 100100 |
Color Harmonies of #A8123C
Complementary color
Monochromatic Colors of #A8123C
Black with #A8123C
Text Example
Text Example
White with #A8123C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8123C; }
p { color: rgb(168,18,60); }
H1.HeaderClassName
{
color: #A8123C;
}
.AnyTagClassName
{
color: #A8123C;
}
</style>
background-color css
<style>
a { background-color: #A8123C; }
a { background-color: rgb(168,18,60); }
div.DivClassName
{
background-color: #A8123C;
}
.BgClassName
{
background-color: #A8123C;
}
</style>
border-color css
<style>
span { border-color: #A8123C; }
span { border-color: rgb(168,18,60); }
td.TdClassName
{
border-color: #A8123C;
}
.TagClassName
{
border-color: #A8123C;
}
</style>