Shades of Lipstick #B0245A
Tints of Lipstick #B0245A
RGB
CMYK
RGB Variations
Color information
#B0245A (or 0xB0245A) is known color: Lipstick. HEX triplet: B0, 24 and 5A. RGB value is (176,36,90). Sum of RGB (Red+Green+Blue) = 176+36+90=302 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.28% from 302); Green value is 36 (14.45% from 255 or 11.92% from 302); Blue value is 90 (35.55% from 255 or 29.80% from 302); Max value from RGB is 176 - color contains mainly: red. Hex color #B0245A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0245A is #4FDBA5. Grayscale: #535353. Windows color (decimal): -5233574 or 5907632. OLE color: 5907632.
HSL color Cylindrical-coordinate representation of color #B0245A: hue angle of 336.86º 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 #B0245A is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 36 | 90 | - |
| CMYK | 0 | 0.80 | 0.49 | 0.31 |
| HSL | 336.86º | 0.66% | 0.42% | - |
| HSV(B) | 336.86º | 0.8% | 0.69% | - |
| XYZ | 20.38 | 11.23 | 10.77 | - |
| YUV | 84.02 | 131.38 | 193.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 36 | 90 | 0 | 0.80 | 0.49 | 0.31 | 336.86 | 0.66 | 0.42 |
| Hex | B0 | 24 | 5A | 0 | 50 | 31 | 1F | 151 | 42 | 2A |
| Octal | 260 | 44 | 132 | 0 | 120 | 61 | 37 | 521 | 102 | 52 |
| Binary | 10110000 | 100100 | 1011010 | 0 | 1010000 | 110001 | 11111 | 101010001 | 1000010 | 101010 |
Color Harmonies of #B0245A
Complementary color
Monochromatic Colors of #B0245A
Black with #B0245A
Text Example
Text Example
White with #B0245A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0245A; }
p { color: rgb(176,36,90); }
H1.HeaderClassName
{
color: #B0245A;
}
.AnyTagClassName
{
color: #B0245A;
}
</style>
background-color css
<style>
a { background-color: #B0245A; }
a { background-color: rgb(176,36,90); }
div.DivClassName
{
background-color: #B0245A;
}
.BgClassName
{
background-color: #B0245A;
}
</style>
border-color css
<style>
span { border-color: #B0245A; }
span { border-color: rgb(176,36,90); }
td.TdClassName
{
border-color: #B0245A;
}
.TagClassName
{
border-color: #B0245A;
}
</style>