Shades of Lipstick #B0245B
Tints of Lipstick #B0245B
RGB
CMYK
RGB Variations
Color information
#B0245B (or 0xB0245B) is known color: Lipstick. HEX triplet: B0, 24 and 5B. RGB value is (176,36,91). Sum of RGB (Red+Green+Blue) = 176+36+91=303 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.09% from 303); Green value is 36 (14.45% from 255 or 11.88% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 176 - color contains mainly: red. Hex color #B0245B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0245B is #4FDBA4. Grayscale: #545454. Windows color (decimal): -5233573 or 5973168. OLE color: 5973168.
HSL color Cylindrical-coordinate representation of color #B0245B: hue angle of 336.43º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B0245B is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 36 | 91 | - |
| CMYK | 0 | 0.80 | 0.48 | 0.31 |
| HSL | 336.43º | 0.66% | 0.42% | - |
| HSV(B) | 336.43º | 0.8% | 0.69% | - |
| XYZ | 20.42 | 11.25 | 10.99 | - |
| YUV | 84.13 | 131.88 | 193.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 36 | 91 | 0 | 0.80 | 0.48 | 0.31 | 336.43 | 0.66 | 0.42 |
| Hex | B0 | 24 | 5B | 0 | 50 | 30 | 1F | 150 | 42 | 2A |
| Octal | 260 | 44 | 133 | 0 | 120 | 60 | 37 | 520 | 102 | 52 |
| Binary | 10110000 | 100100 | 1011011 | 0 | 1010000 | 110000 | 11111 | 101010000 | 1000010 | 101010 |
Color Harmonies of #B0245B
Complementary color
Monochromatic Colors of #B0245B
Black with #B0245B
Text Example
Text Example
White with #B0245B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0245B; }
p { color: rgb(176,36,91); }
H1.HeaderClassName
{
color: #B0245B;
}
.AnyTagClassName
{
color: #B0245B;
}
</style>
background-color css
<style>
a { background-color: #B0245B; }
a { background-color: rgb(176,36,91); }
div.DivClassName
{
background-color: #B0245B;
}
.BgClassName
{
background-color: #B0245B;
}
</style>
border-color css
<style>
span { border-color: #B0245B; }
span { border-color: rgb(176,36,91); }
td.TdClassName
{
border-color: #B0245B;
}
.TagClassName
{
border-color: #B0245B;
}
</style>