Shades of Carmine #A8102A
Tints of Carmine #A8102A
RGB
CMYK
RGB Variations
Color information
#A8102A (or 0xA8102A) is known color: Carmine. HEX triplet: A8, 10 and 2A. RGB value is (168,16,42). Sum of RGB (Red+Green+Blue) = 168+16+42=226 (29% of max value = 765). Red value is 168 (66.02% from 255 or 74.34% from 226); Green value is 16 (6.64% from 255 or 7.08% from 226); Blue value is 42 (16.80% from 255 or 18.58% from 226); Max value from RGB is 168 - color contains mainly: red. Hex color #A8102A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8102A is #57EFD5. Grayscale: #404040. Windows color (decimal): -5763030 or 2756776. OLE color: 2756776.
HSL color Cylindrical-coordinate representation of color #A8102A: hue angle of 349.74º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A8102A is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 16 | 42 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.34 |
| HSL | 349.74º | 0.83% | 0.36% | - |
| HSV(B) | 349.74º | 0.9% | 0.66% | - |
| XYZ | 16.75 | 8.86 | 3.02 | - |
| YUV | 64.41 | 115.36 | 201.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 16 | 42 | 0 | 0.90 | 0.75 | 0.34 | 349.74 | 0.83 | 0.36 |
| Hex | A8 | 10 | 2A | 0 | 5A | 4B | 22 | 15E | 53 | 24 |
| Octal | 250 | 20 | 52 | 0 | 132 | 113 | 42 | 536 | 123 | 44 |
| Binary | 10101000 | 10000 | 101010 | 0 | 1011010 | 1001011 | 100010 | 101011110 | 1010011 | 100100 |
Color Harmonies of #A8102A
Complementary color
Monochromatic Colors of #A8102A
Black with #A8102A
Text Example
Text Example
White with #A8102A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8102A; }
p { color: rgb(168,16,42); }
H1.HeaderClassName
{
color: #A8102A;
}
.AnyTagClassName
{
color: #A8102A;
}
</style>
background-color css
<style>
a { background-color: #A8102A; }
a { background-color: rgb(168,16,42); }
div.DivClassName
{
background-color: #A8102A;
}
.BgClassName
{
background-color: #A8102A;
}
</style>
border-color css
<style>
span { border-color: #A8102A; }
span { border-color: rgb(168,16,42); }
td.TdClassName
{
border-color: #A8102A;
}
.TagClassName
{
border-color: #A8102A;
}
</style>