Shades of Old Rose #BF3353
Tints of Old Rose #BF3353
RGB
CMYK
RGB Variations
Color information
#BF3353 (or 0xBF3353) is known color: Old Rose. HEX triplet: BF, 33 and 53. RGB value is (191,51,83). Sum of RGB (Red+Green+Blue) = 191+51+83=325 (43% of max value = 765). Red value is 191 (75% from 255 or 58.77% from 325); Green value is 51 (20.31% from 255 or 15.69% from 325); Blue value is 83 (32.81% from 255 or 25.54% from 325); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3353 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3353 is #40CCAC. Grayscale: #606060. Windows color (decimal): -4246701 or 5452735. OLE color: 5452735.
HSL color Cylindrical-coordinate representation of color #BF3353: hue angle of 346.29º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF3353 is Cyan = 0, Magento = 0.73, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 51 | 83 | - |
| CMYK | 0 | 0.73 | 0.57 | 0.25 |
| HSL | 346.29º | 0.58% | 0.47% | - |
| HSV(B) | 346.29º | 0.73% | 0.75% | - |
| XYZ | 24.23 | 14.07 | 9.62 | - |
| YUV | 96.51 | 120.38 | 195.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 51 | 83 | 0 | 0.73 | 0.57 | 0.25 | 346.29 | 0.58 | 0.47 |
| Hex | BF | 33 | 53 | 0 | 49 | 39 | 19 | 15A | 3A | 2F |
| Octal | 277 | 63 | 123 | 0 | 111 | 71 | 31 | 532 | 72 | 57 |
| Binary | 10111111 | 110011 | 1010011 | 0 | 1001001 | 111001 | 11001 | 101011010 | 111010 | 101111 |
Color Harmonies of #BF3353
Complementary color
Monochromatic Colors of #BF3353
Black with #BF3353
Text Example
Text Example
White with #BF3353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3353; }
p { color: rgb(191,51,83); }
H1.HeaderClassName
{
color: #BF3353;
}
.AnyTagClassName
{
color: #BF3353;
}
</style>
background-color css
<style>
a { background-color: #BF3353; }
a { background-color: rgb(191,51,83); }
div.DivClassName
{
background-color: #BF3353;
}
.BgClassName
{
background-color: #BF3353;
}
</style>
border-color css
<style>
span { border-color: #BF3353; }
span { border-color: rgb(191,51,83); }
td.TdClassName
{
border-color: #BF3353;
}
.TagClassName
{
border-color: #BF3353;
}
</style>