Shades of Carmine #A8102D
Tints of Carmine #A8102D
RGB
CMYK
RGB Variations
Color information
#A8102D (or 0xA8102D) is known color: Carmine. HEX triplet: A8, 10 and 2D. RGB value is (168,16,45). Sum of RGB (Red+Green+Blue) = 168+16+45=229 (30% of max value = 765). Red value is 168 (66.02% from 255 or 73.36% from 229); Green value is 16 (6.64% from 255 or 6.99% from 229); Blue value is 45 (17.97% from 255 or 19.65% from 229); Max value from RGB is 168 - color contains mainly: red. Hex color #A8102D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8102D is #57EFD2. Grayscale: #404040. Windows color (decimal): -5763027 or 2953384. OLE color: 2953384.
HSL color Cylindrical-coordinate representation of color #A8102D: hue angle of 348.55º 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 #A8102D is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 16 | 45 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.34 |
| HSL | 348.55º | 0.83% | 0.36% | - |
| HSV(B) | 348.55º | 0.9% | 0.66% | - |
| XYZ | 16.81 | 8.88 | 3.31 | - |
| YUV | 64.75 | 116.86 | 201.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 16 | 45 | 0 | 0.90 | 0.73 | 0.34 | 348.55 | 0.83 | 0.36 |
| Hex | A8 | 10 | 2D | 0 | 5A | 49 | 22 | 15D | 53 | 24 |
| Octal | 250 | 20 | 55 | 0 | 132 | 111 | 42 | 535 | 123 | 44 |
| Binary | 10101000 | 10000 | 101101 | 0 | 1011010 | 1001001 | 100010 | 101011101 | 1010011 | 100100 |
Color Harmonies of #A8102D
Complementary color
Monochromatic Colors of #A8102D
Black with #A8102D
Text Example
Text Example
White with #A8102D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8102D; }
p { color: rgb(168,16,45); }
H1.HeaderClassName
{
color: #A8102D;
}
.AnyTagClassName
{
color: #A8102D;
}
</style>
background-color css
<style>
a { background-color: #A8102D; }
a { background-color: rgb(168,16,45); }
div.DivClassName
{
background-color: #A8102D;
}
.BgClassName
{
background-color: #A8102D;
}
</style>
border-color css
<style>
span { border-color: #A8102D; }
span { border-color: rgb(168,16,45); }
td.TdClassName
{
border-color: #A8102D;
}
.TagClassName
{
border-color: #A8102D;
}
</style>