Shades of Carmine #A1102A
Tints of Carmine #A1102A
RGB
CMYK
RGB Variations
Color information
#A1102A (or 0xA1102A) is known color: Carmine. HEX triplet: A1, 10 and 2A. RGB value is (161,16,42). Sum of RGB (Red+Green+Blue) = 161+16+42=219 (29% of max value = 765). Red value is 161 (63.28% from 255 or 73.52% from 219); Green value is 16 (6.64% from 255 or 7.31% from 219); Blue value is 42 (16.80% from 255 or 19.18% from 219); Max value from RGB is 161 - color contains mainly: red. Hex color #A1102A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1102A is #5EEFD5. Grayscale: #3E3E3E. Windows color (decimal): -6221782 or 2756769. OLE color: 2756769.
HSL color Cylindrical-coordinate representation of color #A1102A: hue angle of 349.24º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A1102A is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 16 | 42 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.37 |
| HSL | 349.24º | 0.82% | 0.35% | - |
| HSV(B) | 349.24º | 0.9% | 0.63% | - |
| XYZ | 15.3 | 8.11 | 2.95 | - |
| YUV | 62.32 | 116.54 | 198.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 16 | 42 | 0 | 0.90 | 0.74 | 0.37 | 349.24 | 0.82 | 0.35 |
| Hex | A1 | 10 | 2A | 0 | 5A | 4A | 25 | 15D | 52 | 23 |
| Octal | 241 | 20 | 52 | 0 | 132 | 112 | 45 | 535 | 122 | 43 |
| Binary | 10100001 | 10000 | 101010 | 0 | 1011010 | 1001010 | 100101 | 101011101 | 1010010 | 100011 |
Color Harmonies of #A1102A
Complementary color
Monochromatic Colors of #A1102A
Black with #A1102A
Text Example
Text Example
White with #A1102A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1102A; }
p { color: rgb(161,16,42); }
H1.HeaderClassName
{
color: #A1102A;
}
.AnyTagClassName
{
color: #A1102A;
}
</style>
background-color css
<style>
a { background-color: #A1102A; }
a { background-color: rgb(161,16,42); }
div.DivClassName
{
background-color: #A1102A;
}
.BgClassName
{
background-color: #A1102A;
}
</style>
border-color css
<style>
span { border-color: #A1102A; }
span { border-color: rgb(161,16,42); }
td.TdClassName
{
border-color: #A1102A;
}
.TagClassName
{
border-color: #A1102A;
}
</style>