Shades of Old Rose #B63142
Tints of Old Rose #B63142
RGB
CMYK
RGB Variations
Color information
#B63142 (or 0xB63142) is known color: Old Rose. HEX triplet: B6, 31 and 42. RGB value is (182,49,66). Sum of RGB (Red+Green+Blue) = 182+49+66=297 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.28% from 297); Green value is 49 (19.53% from 255 or 16.50% from 297); Blue value is 66 (26.17% from 255 or 22.22% from 297); Max value from RGB is 182 - color contains mainly: red. Hex color #B63142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63142 is #49CEBD. Grayscale: #5A5A5A. Windows color (decimal): -4837054 or 4338102. OLE color: 4338102.
HSL color Cylindrical-coordinate representation of color #B63142: hue angle of 352.33º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B63142 is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 49 | 66 | - |
| CMYK | 0 | 0.73 | 0.64 | 0.29 |
| HSL | 352.33º | 0.58% | 0.45% | - |
| HSV(B) | 352.33º | 0.73% | 0.71% | - |
| XYZ | 21.37 | 12.54 | 6.45 | - |
| YUV | 90.71 | 114.06 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 49 | 66 | 0 | 0.73 | 0.64 | 0.29 | 352.33 | 0.58 | 0.45 |
| Hex | B6 | 31 | 42 | 0 | 49 | 40 | 1D | 160 | 3A | 2D |
| Octal | 266 | 61 | 102 | 0 | 111 | 100 | 35 | 540 | 72 | 55 |
| Binary | 10110110 | 110001 | 1000010 | 0 | 1001001 | 1000000 | 11101 | 101100000 | 111010 | 101101 |
Color Harmonies of #B63142
Complementary color
Monochromatic Colors of #B63142
Black with #B63142
Text Example
Text Example
White with #B63142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63142; }
p { color: rgb(182,49,66); }
H1.HeaderClassName
{
color: #B63142;
}
.AnyTagClassName
{
color: #B63142;
}
</style>
background-color css
<style>
a { background-color: #B63142; }
a { background-color: rgb(182,49,66); }
div.DivClassName
{
background-color: #B63142;
}
.BgClassName
{
background-color: #B63142;
}
</style>
border-color css
<style>
span { border-color: #B63142; }
span { border-color: rgb(182,49,66); }
td.TdClassName
{
border-color: #B63142;
}
.TagClassName
{
border-color: #B63142;
}
</style>