Shades of Old Rose #B62E4D
Tints of Old Rose #B62E4D
RGB
CMYK
RGB Variations
Color information
#B62E4D (or 0xB62E4D) is known color: Old Rose. HEX triplet: B6, 2E and 4D. RGB value is (182,46,77). Sum of RGB (Red+Green+Blue) = 182+46+77=305 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.67% from 305); Green value is 46 (18.36% from 255 or 15.08% from 305); Blue value is 77 (30.47% from 255 or 25.25% from 305); Max value from RGB is 182 - color contains mainly: red. Hex color #B62E4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62E4D is #49D1B2. Grayscale: #5A5A5A. Windows color (decimal): -4837811 or 5058230. OLE color: 5058230.
HSL color Cylindrical-coordinate representation of color #B62E4D: hue angle of 346.32º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B62E4D is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 46 | 77 | - |
| CMYK | 0 | 0.75 | 0.58 | 0.29 |
| HSL | 346.32º | 0.6% | 0.45% | - |
| HSV(B) | 346.32º | 0.75% | 0.71% | - |
| XYZ | 21.61 | 12.43 | 8.28 | - |
| YUV | 90.2 | 120.56 | 193.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 46 | 77 | 0 | 0.75 | 0.58 | 0.29 | 346.32 | 0.6 | 0.45 |
| Hex | B6 | 2E | 4D | 0 | 4B | 3A | 1D | 15A | 3C | 2D |
| Octal | 266 | 56 | 115 | 0 | 113 | 72 | 35 | 532 | 74 | 55 |
| Binary | 10110110 | 101110 | 1001101 | 0 | 1001011 | 111010 | 11101 | 101011010 | 111100 | 101101 |
Color Harmonies of #B62E4D
Complementary color
Monochromatic Colors of #B62E4D
Black with #B62E4D
Text Example
Text Example
White with #B62E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62E4D; }
p { color: rgb(182,46,77); }
H1.HeaderClassName
{
color: #B62E4D;
}
.AnyTagClassName
{
color: #B62E4D;
}
</style>
background-color css
<style>
a { background-color: #B62E4D; }
a { background-color: rgb(182,46,77); }
div.DivClassName
{
background-color: #B62E4D;
}
.BgClassName
{
background-color: #B62E4D;
}
</style>
border-color css
<style>
span { border-color: #B62E4D; }
span { border-color: rgb(182,46,77); }
td.TdClassName
{
border-color: #B62E4D;
}
.TagClassName
{
border-color: #B62E4D;
}
</style>