Shades of Old Rose #B63357
Tints of Old Rose #B63357
RGB
CMYK
RGB Variations
Color information
#B63357 (or 0xB63357) is known color: Old Rose. HEX triplet: B6, 33 and 57. RGB value is (182,51,87). Sum of RGB (Red+Green+Blue) = 182+51+87=320 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.88% from 320); Green value is 51 (20.31% from 255 or 15.94% from 320); Blue value is 87 (34.38% from 255 or 27.19% from 320); Max value from RGB is 182 - color contains mainly: red. Hex color #B63357 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63357 is #49CCA8. Grayscale: #5E5E5E. Windows color (decimal): -4836521 or 5714870. OLE color: 5714870.
HSL color Cylindrical-coordinate representation of color #B63357: hue angle of 343.51º 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 #B63357 is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 51 | 87 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.29 |
| HSL | 343.51º | 0.56% | 0.46% | - |
| HSV(B) | 343.51º | 0.72% | 0.71% | - |
| XYZ | 22.2 | 13 | 10.36 | - |
| YUV | 94.27 | 123.9 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 51 | 87 | 0 | 0.72 | 0.52 | 0.29 | 343.51 | 0.56 | 0.46 |
| Hex | B6 | 33 | 57 | 0 | 48 | 34 | 1D | 158 | 38 | 2E |
| Octal | 266 | 63 | 127 | 0 | 110 | 64 | 35 | 530 | 70 | 56 |
| Binary | 10110110 | 110011 | 1010111 | 0 | 1001000 | 110100 | 11101 | 101011000 | 111000 | 101110 |
Color Harmonies of #B63357
Complementary color
Monochromatic Colors of #B63357
Black with #B63357
Text Example
Text Example
White with #B63357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63357; }
p { color: rgb(182,51,87); }
H1.HeaderClassName
{
color: #B63357;
}
.AnyTagClassName
{
color: #B63357;
}
</style>
background-color css
<style>
a { background-color: #B63357; }
a { background-color: rgb(182,51,87); }
div.DivClassName
{
background-color: #B63357;
}
.BgClassName
{
background-color: #B63357;
}
</style>
border-color css
<style>
span { border-color: #B63357; }
span { border-color: rgb(182,51,87); }
td.TdClassName
{
border-color: #B63357;
}
.TagClassName
{
border-color: #B63357;
}
</style>