Shades of Old Rose #BF3A53
Tints of Old Rose #BF3A53
RGB
CMYK
RGB Variations
Color information
#BF3A53 (or 0xBF3A53) is known color: Old Rose. HEX triplet: BF, 3A and 53. RGB value is (191,58,83). Sum of RGB (Red+Green+Blue) = 191+58+83=332 (43% of max value = 765). Red value is 191 (75% from 255 or 57.53% from 332); Green value is 58 (23.05% from 255 or 17.47% from 332); Blue value is 83 (32.81% from 255 or 25% from 332); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3A53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3A53 is #40C5AC. Grayscale: #646464. Windows color (decimal): -4244909 or 5454527. OLE color: 5454527.
HSL color Cylindrical-coordinate representation of color #BF3A53: hue angle of 348.72º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF3A53 is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 58 | 83 | - |
| CMYK | 0 | 0.70 | 0.57 | 0.25 |
| HSL | 348.72º | 0.53% | 0.49% | - |
| HSV(B) | 348.72º | 0.7% | 0.75% | - |
| XYZ | 24.56 | 14.73 | 9.73 | - |
| YUV | 100.62 | 118.06 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 58 | 83 | 0 | 0.70 | 0.57 | 0.25 | 348.72 | 0.53 | 0.49 |
| Hex | BF | 3A | 53 | 0 | 46 | 39 | 19 | 15D | 35 | 31 |
| Octal | 277 | 72 | 123 | 0 | 106 | 71 | 31 | 535 | 65 | 61 |
| Binary | 10111111 | 111010 | 1010011 | 0 | 1000110 | 111001 | 11001 | 101011101 | 110101 | 110001 |
Color Harmonies of #BF3A53
Complementary color
Monochromatic Colors of #BF3A53
Black with #BF3A53
Text Example
Text Example
White with #BF3A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3A53; }
p { color: rgb(191,58,83); }
H1.HeaderClassName
{
color: #BF3A53;
}
.AnyTagClassName
{
color: #BF3A53;
}
</style>
background-color css
<style>
a { background-color: #BF3A53; }
a { background-color: rgb(191,58,83); }
div.DivClassName
{
background-color: #BF3A53;
}
.BgClassName
{
background-color: #BF3A53;
}
</style>
border-color css
<style>
span { border-color: #BF3A53; }
span { border-color: rgb(191,58,83); }
td.TdClassName
{
border-color: #BF3A53;
}
.TagClassName
{
border-color: #BF3A53;
}
</style>