Shades of Old Rose #B62646
Tints of Old Rose #B62646
RGB
CMYK
RGB Variations
Color information
#B62646 (or 0xB62646) is known color: Old Rose. HEX triplet: B6, 26 and 46. RGB value is (182,38,70). Sum of RGB (Red+Green+Blue) = 182+38+70=290 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.76% from 290); Green value is 38 (15.23% from 255 or 13.10% from 290); Blue value is 70 (27.73% from 255 or 24.14% from 290); Max value from RGB is 182 - color contains mainly: red. Hex color #B62646 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62646 is #49D9B9. Grayscale: #545454. Windows color (decimal): -4839866 or 4597430. OLE color: 4597430.
HSL color Cylindrical-coordinate representation of color #B62646: hue angle of 346.67º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B62646 is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 38 | 70 | - |
| CMYK | 0 | 0.79 | 0.62 | 0.29 |
| HSL | 346.67º | 0.65% | 0.43% | - |
| HSV(B) | 346.67º | 0.79% | 0.71% | - |
| XYZ | 21.09 | 11.77 | 6.96 | - |
| YUV | 84.7 | 119.71 | 197.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 38 | 70 | 0 | 0.79 | 0.62 | 0.29 | 346.67 | 0.65 | 0.43 |
| Hex | B6 | 26 | 46 | 0 | 4F | 3E | 1D | 15B | 41 | 2B |
| Octal | 266 | 46 | 106 | 0 | 117 | 76 | 35 | 533 | 101 | 53 |
| Binary | 10110110 | 100110 | 1000110 | 0 | 1001111 | 111110 | 11101 | 101011011 | 1000001 | 101011 |
Color Harmonies of #B62646
Complementary color
Monochromatic Colors of #B62646
Black with #B62646
Text Example
Text Example
White with #B62646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62646; }
p { color: rgb(182,38,70); }
H1.HeaderClassName
{
color: #B62646;
}
.AnyTagClassName
{
color: #B62646;
}
</style>
background-color css
<style>
a { background-color: #B62646; }
a { background-color: rgb(182,38,70); }
div.DivClassName
{
background-color: #B62646;
}
.BgClassName
{
background-color: #B62646;
}
</style>
border-color css
<style>
span { border-color: #B62646; }
span { border-color: rgb(182,38,70); }
td.TdClassName
{
border-color: #B62646;
}
.TagClassName
{
border-color: #B62646;
}
</style>