Shades of Carmine #A8031D
Tints of Carmine #A8031D
RGB
CMYK
RGB Variations
Color information
#A8031D (or 0xA8031D) is known color: Carmine. HEX triplet: A8, 03 and 1D. RGB value is (168,3,29). Sum of RGB (Red+Green+Blue) = 168+3+29=200 (26% of max value = 765). Red value is 168 (66.02% from 255 or 84% from 200); Green value is 3 (1.56% from 255 or 1.5% from 200); Blue value is 29 (11.72% from 255 or 14.5% from 200); Max value from RGB is 168 - color contains mainly: red. Hex color #A8031D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8031D is #57FCE2. Grayscale: #373737. Windows color (decimal): -5766371 or 1901480. OLE color: 1901480.
HSL color Cylindrical-coordinate representation of color #A8031D: hue angle of 350.55º degrees, saturation: 0.96, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A8031D is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 3 | 29 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.34 |
| HSL | 350.55º | 0.96% | 0.34% | - |
| HSV(B) | 350.55º | 0.98% | 0.66% | - |
| XYZ | 16.4 | 8.48 | 1.93 | - |
| YUV | 55.3 | 113.16 | 208.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 3 | 29 | 0 | 0.98 | 0.83 | 0.34 | 350.55 | 0.96 | 0.34 |
| Hex | A8 | 3 | 1D | 0 | 62 | 53 | 22 | 15F | 60 | 22 |
| Octal | 250 | 3 | 35 | 0 | 142 | 123 | 42 | 537 | 140 | 42 |
| Binary | 10101000 | 11 | 11101 | 0 | 1100010 | 1010011 | 100010 | 101011111 | 1100000 | 100010 |
Color Harmonies of #A8031D
Complementary color
Monochromatic Colors of #A8031D
Black with #A8031D
Text Example
Text Example
White with #A8031D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8031D; }
p { color: rgb(168,3,29); }
H1.HeaderClassName
{
color: #A8031D;
}
.AnyTagClassName
{
color: #A8031D;
}
</style>
background-color css
<style>
a { background-color: #A8031D; }
a { background-color: rgb(168,3,29); }
div.DivClassName
{
background-color: #A8031D;
}
.BgClassName
{
background-color: #A8031D;
}
</style>
border-color css
<style>
span { border-color: #A8031D; }
span { border-color: rgb(168,3,29); }
td.TdClassName
{
border-color: #A8031D;
}
.TagClassName
{
border-color: #A8031D;
}
</style>