Shades of Old Rose #B63350
Tints of Old Rose #B63350
RGB
CMYK
RGB Variations
Color information
#B63350 (or 0xB63350) is known color: Old Rose. HEX triplet: B6, 33 and 50. RGB value is (182,51,80). Sum of RGB (Red+Green+Blue) = 182+51+80=313 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.15% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 182 - color contains mainly: red. Hex color #B63350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63350 is #49CCAF. Grayscale: #5D5D5D. Windows color (decimal): -4836528 or 5256118. OLE color: 5256118.
HSL color Cylindrical-coordinate representation of color #B63350: hue angle of 346.72º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B63350 is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 51 | 80 | - |
| CMYK | 0 | 0.72 | 0.56 | 0.29 |
| HSL | 346.72º | 0.56% | 0.46% | - |
| HSV(B) | 346.72º | 0.72% | 0.71% | - |
| XYZ | 21.92 | 12.89 | 8.92 | - |
| YUV | 93.48 | 120.4 | 191.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 51 | 80 | 0 | 0.72 | 0.56 | 0.29 | 346.72 | 0.56 | 0.46 |
| Hex | B6 | 33 | 50 | 0 | 48 | 38 | 1D | 15B | 38 | 2E |
| Octal | 266 | 63 | 120 | 0 | 110 | 70 | 35 | 533 | 70 | 56 |
| Binary | 10110110 | 110011 | 1010000 | 0 | 1001000 | 111000 | 11101 | 101011011 | 111000 | 101110 |
Color Harmonies of #B63350
Complementary color
Monochromatic Colors of #B63350
Black with #B63350
Text Example
Text Example
White with #B63350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63350; }
p { color: rgb(182,51,80); }
H1.HeaderClassName
{
color: #B63350;
}
.AnyTagClassName
{
color: #B63350;
}
</style>
background-color css
<style>
a { background-color: #B63350; }
a { background-color: rgb(182,51,80); }
div.DivClassName
{
background-color: #B63350;
}
.BgClassName
{
background-color: #B63350;
}
</style>
border-color css
<style>
span { border-color: #B63350; }
span { border-color: rgb(182,51,80); }
td.TdClassName
{
border-color: #B63350;
}
.TagClassName
{
border-color: #B63350;
}
</style>