Shades of Old Rose #B63352
Tints of Old Rose #B63352
RGB
CMYK
RGB Variations
Color information
#B63352 (or 0xB63352) is known color: Old Rose. HEX triplet: B6, 33 and 52. RGB value is (182,51,82). Sum of RGB (Red+Green+Blue) = 182+51+82=315 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.78% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 82 (32.42% from 255 or 26.03% from 315); Max value from RGB is 182 - color contains mainly: red. Hex color #B63352 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63352 is #49CCAD. Grayscale: #5D5D5D. Windows color (decimal): -4836526 or 5387190. OLE color: 5387190.
HSL color Cylindrical-coordinate representation of color #B63352: hue angle of 345.8º 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 #B63352 is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 51 | 82 | - |
| CMYK | 0 | 0.72 | 0.55 | 0.29 |
| HSL | 345.8º | 0.56% | 0.46% | - |
| HSV(B) | 345.8º | 0.72% | 0.71% | - |
| XYZ | 22 | 12.92 | 9.32 | - |
| YUV | 93.7 | 121.4 | 190.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 51 | 82 | 0 | 0.72 | 0.55 | 0.29 | 345.8 | 0.56 | 0.46 |
| Hex | B6 | 33 | 52 | 0 | 48 | 37 | 1D | 15A | 38 | 2E |
| Octal | 266 | 63 | 122 | 0 | 110 | 67 | 35 | 532 | 70 | 56 |
| Binary | 10110110 | 110011 | 1010010 | 0 | 1001000 | 110111 | 11101 | 101011010 | 111000 | 101110 |
Color Harmonies of #B63352
Complementary color
Monochromatic Colors of #B63352
Black with #B63352
Text Example
Text Example
White with #B63352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63352; }
p { color: rgb(182,51,82); }
H1.HeaderClassName
{
color: #B63352;
}
.AnyTagClassName
{
color: #B63352;
}
</style>
background-color css
<style>
a { background-color: #B63352; }
a { background-color: rgb(182,51,82); }
div.DivClassName
{
background-color: #B63352;
}
.BgClassName
{
background-color: #B63352;
}
</style>
border-color css
<style>
span { border-color: #B63352; }
span { border-color: rgb(182,51,82); }
td.TdClassName
{
border-color: #B63352;
}
.TagClassName
{
border-color: #B63352;
}
</style>