Shades of Old Rose #BB1C4F
Tints of Old Rose #BB1C4F
RGB
CMYK
RGB Variations
Color information
#BB1C4F (or 0xBB1C4F) is known color: Old Rose. HEX triplet: BB, 1C and 4F. RGB value is (187,28,79). Sum of RGB (Red+Green+Blue) = 187+28+79=294 (38% of max value = 765). Red value is 187 (73.44% from 255 or 63.61% from 294); Green value is 28 (11.33% from 255 or 9.52% from 294); Blue value is 79 (31.25% from 255 or 26.87% from 294); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1C4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB1C4F is #44E3B0. Grayscale: #515151. Windows color (decimal): -4514737 or 5184699. OLE color: 5184699.
HSL color Cylindrical-coordinate representation of color #BB1C4F: hue angle of 340.75º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BB1C4F is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 28 | 79 | - |
| CMYK | 0 | 0.85 | 0.58 | 0.27 |
| HSL | 340.75º | 0.74% | 0.42% | - |
| HSV(B) | 340.75º | 0.85% | 0.73% | - |
| XYZ | 22.32 | 11.96 | 8.53 | - |
| YUV | 81.36 | 126.68 | 203.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 28 | 79 | 0 | 0.85 | 0.58 | 0.27 | 340.75 | 0.74 | 0.42 |
| Hex | BB | 1C | 4F | 0 | 55 | 3A | 1B | 155 | 4A | 2A |
| Octal | 273 | 34 | 117 | 0 | 125 | 72 | 33 | 525 | 112 | 52 |
| Binary | 10111011 | 11100 | 1001111 | 0 | 1010101 | 111010 | 11011 | 101010101 | 1001010 | 101010 |
Color Harmonies of #BB1C4F
Complementary color
Monochromatic Colors of #BB1C4F
Black with #BB1C4F
Text Example
Text Example
White with #BB1C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1C4F; }
p { color: rgb(187,28,79); }
H1.HeaderClassName
{
color: #BB1C4F;
}
.AnyTagClassName
{
color: #BB1C4F;
}
</style>
background-color css
<style>
a { background-color: #BB1C4F; }
a { background-color: rgb(187,28,79); }
div.DivClassName
{
background-color: #BB1C4F;
}
.BgClassName
{
background-color: #BB1C4F;
}
</style>
border-color css
<style>
span { border-color: #BB1C4F; }
span { border-color: rgb(187,28,79); }
td.TdClassName
{
border-color: #BB1C4F;
}
.TagClassName
{
border-color: #BB1C4F;
}
</style>