Shades of Old Rose #BF2253
Tints of Old Rose #BF2253
RGB
CMYK
RGB Variations
Color information
#BF2253 (or 0xBF2253) is known color: Old Rose. HEX triplet: BF, 22 and 53. RGB value is (191,34,83). Sum of RGB (Red+Green+Blue) = 191+34+83=308 (40% of max value = 765). Red value is 191 (75% from 255 or 62.01% from 308); Green value is 34 (13.67% from 255 or 11.04% from 308); Blue value is 83 (32.81% from 255 or 26.95% from 308); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2253 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2253 is #40DDAC. Grayscale: #565656. Windows color (decimal): -4251053 or 5448383. OLE color: 5448383.
HSL color Cylindrical-coordinate representation of color #BF2253: hue angle of 341.27º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BF2253 is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 34 | 83 | - |
| CMYK | 0 | 0.82 | 0.57 | 0.25 |
| HSL | 341.27º | 0.7% | 0.44% | - |
| HSV(B) | 341.27º | 0.82% | 0.75% | - |
| XYZ | 23.62 | 12.84 | 9.42 | - |
| YUV | 86.53 | 126.01 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 34 | 83 | 0 | 0.82 | 0.57 | 0.25 | 341.27 | 0.7 | 0.44 |
| Hex | BF | 22 | 53 | 0 | 52 | 39 | 19 | 155 | 46 | 2C |
| Octal | 277 | 42 | 123 | 0 | 122 | 71 | 31 | 525 | 106 | 54 |
| Binary | 10111111 | 100010 | 1010011 | 0 | 1010010 | 111001 | 11001 | 101010101 | 1000110 | 101100 |
Color Harmonies of #BF2253
Complementary color
Monochromatic Colors of #BF2253
Black with #BF2253
Text Example
Text Example
White with #BF2253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2253; }
p { color: rgb(191,34,83); }
H1.HeaderClassName
{
color: #BF2253;
}
.AnyTagClassName
{
color: #BF2253;
}
</style>
background-color css
<style>
a { background-color: #BF2253; }
a { background-color: rgb(191,34,83); }
div.DivClassName
{
background-color: #BF2253;
}
.BgClassName
{
background-color: #BF2253;
}
</style>
border-color css
<style>
span { border-color: #BF2253; }
span { border-color: rgb(191,34,83); }
td.TdClassName
{
border-color: #BF2253;
}
.TagClassName
{
border-color: #BF2253;
}
</style>