Shades of Carmine #A1071D
Tints of Carmine #A1071D
RGB
CMYK
RGB Variations
Color information
#A1071D (or 0xA1071D) is known color: Carmine. HEX triplet: A1, 07 and 1D. RGB value is (161,7,29). Sum of RGB (Red+Green+Blue) = 161+7+29=197 (26% of max value = 765). Red value is 161 (63.28% from 255 or 81.73% from 197); Green value is 7 (3.12% from 255 or 3.55% from 197); Blue value is 29 (11.72% from 255 or 14.72% from 197); Max value from RGB is 161 - color contains mainly: red. Hex color #A1071D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1071D is #5EF8E2. Grayscale: #373737. Windows color (decimal): -6224099 or 1902497. OLE color: 1902497.
HSL color Cylindrical-coordinate representation of color #A1071D: hue angle of 351.43º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A1071D is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 7 | 29 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.37 |
| HSL | 351.43º | 0.92% | 0.33% | - |
| HSV(B) | 351.43º | 0.96% | 0.63% | - |
| XYZ | 15 | 7.82 | 1.88 | - |
| YUV | 55.55 | 113.02 | 203.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 7 | 29 | 0 | 0.96 | 0.82 | 0.37 | 351.43 | 0.92 | 0.33 |
| Hex | A1 | 7 | 1D | 0 | 60 | 52 | 25 | 15F | 5C | 21 |
| Octal | 241 | 7 | 35 | 0 | 140 | 122 | 45 | 537 | 134 | 41 |
| Binary | 10100001 | 111 | 11101 | 0 | 1100000 | 1010010 | 100101 | 101011111 | 1011100 | 100001 |
Color Harmonies of #A1071D
Complementary color
Monochromatic Colors of #A1071D
Black with #A1071D
Text Example
Text Example
White with #A1071D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1071D; }
p { color: rgb(161,7,29); }
H1.HeaderClassName
{
color: #A1071D;
}
.AnyTagClassName
{
color: #A1071D;
}
</style>
background-color css
<style>
a { background-color: #A1071D; }
a { background-color: rgb(161,7,29); }
div.DivClassName
{
background-color: #A1071D;
}
.BgClassName
{
background-color: #A1071D;
}
</style>
border-color css
<style>
span { border-color: #A1071D; }
span { border-color: rgb(161,7,29); }
td.TdClassName
{
border-color: #A1071D;
}
.TagClassName
{
border-color: #A1071D;
}
</style>