Shades of Carmine #A1071B
Tints of Carmine #A1071B
RGB
CMYK
RGB Variations
Color information
#A1071B (or 0xA1071B) is known color: Carmine. HEX triplet: A1, 07 and 1B. RGB value is (161,7,27). Sum of RGB (Red+Green+Blue) = 161+7+27=195 (25% of max value = 765). Red value is 161 (63.28% from 255 or 82.56% from 195); Green value is 7 (3.12% from 255 or 3.59% from 195); Blue value is 27 (10.94% from 255 or 13.85% from 195); Max value from RGB is 161 - color contains mainly: red. Hex color #A1071B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1071B is #5EF8E4. Grayscale: #373737. Windows color (decimal): -6224101 or 1771425. OLE color: 1771425.
HSL color Cylindrical-coordinate representation of color #A1071B: hue angle of 352.21º 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 #A1071B is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 7 | 27 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.37 |
| HSL | 352.21º | 0.92% | 0.33% | - |
| HSV(B) | 352.21º | 0.96% | 0.63% | - |
| XYZ | 14.97 | 7.81 | 1.75 | - |
| YUV | 55.33 | 112.02 | 203.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 7 | 27 | 0 | 0.96 | 0.83 | 0.37 | 352.21 | 0.92 | 0.33 |
| Hex | A1 | 7 | 1B | 0 | 60 | 53 | 25 | 160 | 5C | 21 |
| Octal | 241 | 7 | 33 | 0 | 140 | 123 | 45 | 540 | 134 | 41 |
| Binary | 10100001 | 111 | 11011 | 0 | 1100000 | 1010011 | 100101 | 101100000 | 1011100 | 100001 |
Color Harmonies of #A1071B
Complementary color
Monochromatic Colors of #A1071B
Black with #A1071B
Text Example
Text Example
White with #A1071B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1071B; }
p { color: rgb(161,7,27); }
H1.HeaderClassName
{
color: #A1071B;
}
.AnyTagClassName
{
color: #A1071B;
}
</style>
background-color css
<style>
a { background-color: #A1071B; }
a { background-color: rgb(161,7,27); }
div.DivClassName
{
background-color: #A1071B;
}
.BgClassName
{
background-color: #A1071B;
}
</style>
border-color css
<style>
span { border-color: #A1071B; }
span { border-color: rgb(161,7,27); }
td.TdClassName
{
border-color: #A1071B;
}
.TagClassName
{
border-color: #A1071B;
}
</style>