Shades of Carmine #A8051D
Tints of Carmine #A8051D
RGB
CMYK
RGB Variations
Color information
#A8051D (or 0xA8051D) is known color: Carmine. HEX triplet: A8, 05 and 1D. RGB value is (168,5,29). Sum of RGB (Red+Green+Blue) = 168+5+29=202 (26% of max value = 765). Red value is 168 (66.02% from 255 or 83.17% from 202); Green value is 5 (2.34% from 255 or 2.48% from 202); Blue value is 29 (11.72% from 255 or 14.36% from 202); Max value from RGB is 168 - color contains mainly: red. Hex color #A8051D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8051D is #57FAE2. Grayscale: #383838. Windows color (decimal): -5765859 or 1901992. OLE color: 1901992.
HSL color Cylindrical-coordinate representation of color #A8051D: hue angle of 351.17º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A8051D is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 5 | 29 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.34 |
| HSL | 351.17º | 0.94% | 0.34% | - |
| HSV(B) | 351.17º | 0.97% | 0.66% | - |
| XYZ | 16.42 | 8.52 | 1.94 | - |
| YUV | 56.47 | 112.5 | 207.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 5 | 29 | 0 | 0.97 | 0.83 | 0.34 | 351.17 | 0.94 | 0.34 |
| Hex | A8 | 5 | 1D | 0 | 61 | 53 | 22 | 15F | 5E | 22 |
| Octal | 250 | 5 | 35 | 0 | 141 | 123 | 42 | 537 | 136 | 42 |
| Binary | 10101000 | 101 | 11101 | 0 | 1100001 | 1010011 | 100010 | 101011111 | 1011110 | 100010 |
Color Harmonies of #A8051D
Complementary color
Monochromatic Colors of #A8051D
Black with #A8051D
Text Example
Text Example
White with #A8051D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8051D; }
p { color: rgb(168,5,29); }
H1.HeaderClassName
{
color: #A8051D;
}
.AnyTagClassName
{
color: #A8051D;
}
</style>
background-color css
<style>
a { background-color: #A8051D; }
a { background-color: rgb(168,5,29); }
div.DivClassName
{
background-color: #A8051D;
}
.BgClassName
{
background-color: #A8051D;
}
</style>
border-color css
<style>
span { border-color: #A8051D; }
span { border-color: rgb(168,5,29); }
td.TdClassName
{
border-color: #A8051D;
}
.TagClassName
{
border-color: #A8051D;
}
</style>