Shades of Lipstick #A1183F
Tints of Lipstick #A1183F
RGB
CMYK
RGB Variations
Color information
#A1183F (or 0xA1183F) is known color: Lipstick. HEX triplet: A1, 18 and 3F. RGB value is (161,24,63). Sum of RGB (Red+Green+Blue) = 161+24+63=248 (32% of max value = 765). Red value is 161 (63.28% from 255 or 64.92% from 248); Green value is 24 (9.77% from 255 or 9.68% from 248); Blue value is 63 (25% from 255 or 25.40% from 248); Max value from RGB is 161 - color contains mainly: red. Hex color #A1183F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1183F is #5EE7C0. Grayscale: #454545. Windows color (decimal): -6219713 or 4135073. OLE color: 4135073.
HSL color Cylindrical-coordinate representation of color #A1183F: hue angle of 342.92º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A1183F is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 24 | 63 | - |
| CMYK | 0 | 0.85 | 0.61 | 0.37 |
| HSL | 342.92º | 0.74% | 0.36% | - |
| HSV(B) | 342.92º | 0.85% | 0.63% | - |
| XYZ | 15.92 | 8.59 | 5.52 | - |
| YUV | 69.41 | 124.39 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 24 | 63 | 0 | 0.85 | 0.61 | 0.37 | 342.92 | 0.74 | 0.36 |
| Hex | A1 | 18 | 3F | 0 | 55 | 3D | 25 | 157 | 4A | 24 |
| Octal | 241 | 30 | 77 | 0 | 125 | 75 | 45 | 527 | 112 | 44 |
| Binary | 10100001 | 11000 | 111111 | 0 | 1010101 | 111101 | 100101 | 101010111 | 1001010 | 100100 |
Color Harmonies of #A1183F
Complementary color
Monochromatic Colors of #A1183F
Black with #A1183F
Text Example
Text Example
White with #A1183F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1183F; }
p { color: rgb(161,24,63); }
H1.HeaderClassName
{
color: #A1183F;
}
.AnyTagClassName
{
color: #A1183F;
}
</style>
background-color css
<style>
a { background-color: #A1183F; }
a { background-color: rgb(161,24,63); }
div.DivClassName
{
background-color: #A1183F;
}
.BgClassName
{
background-color: #A1183F;
}
</style>
border-color css
<style>
span { border-color: #A1183F; }
span { border-color: rgb(161,24,63); }
td.TdClassName
{
border-color: #A1183F;
}
.TagClassName
{
border-color: #A1183F;
}
</style>