Shades of Old Rose #B62E4F
Tints of Old Rose #B62E4F
RGB
CMYK
RGB Variations
Color information
#B62E4F (or 0xB62E4F) is known color: Old Rose. HEX triplet: B6, 2E and 4F. RGB value is (182,46,79). Sum of RGB (Red+Green+Blue) = 182+46+79=307 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.28% from 307); Green value is 46 (18.36% from 255 or 14.98% from 307); Blue value is 79 (31.25% from 255 or 25.73% from 307); Max value from RGB is 182 - color contains mainly: red. Hex color #B62E4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62E4F is #49D1B0. Grayscale: #5A5A5A. Windows color (decimal): -4837809 or 5189302. OLE color: 5189302.
HSL color Cylindrical-coordinate representation of color #B62E4F: hue angle of 345.44º 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 #B62E4F is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 46 | 79 | - |
| CMYK | 0 | 0.75 | 0.57 | 0.29 |
| HSL | 345.44º | 0.6% | 0.45% | - |
| HSV(B) | 345.44º | 0.75% | 0.71% | - |
| XYZ | 21.68 | 12.46 | 8.66 | - |
| YUV | 90.43 | 121.56 | 193.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 46 | 79 | 0 | 0.75 | 0.57 | 0.29 | 345.44 | 0.6 | 0.45 |
| Hex | B6 | 2E | 4F | 0 | 4B | 39 | 1D | 159 | 3C | 2D |
| Octal | 266 | 56 | 117 | 0 | 113 | 71 | 35 | 531 | 74 | 55 |
| Binary | 10110110 | 101110 | 1001111 | 0 | 1001011 | 111001 | 11101 | 101011001 | 111100 | 101101 |
Color Harmonies of #B62E4F
Complementary color
Monochromatic Colors of #B62E4F
Black with #B62E4F
Text Example
Text Example
White with #B62E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62E4F; }
p { color: rgb(182,46,79); }
H1.HeaderClassName
{
color: #B62E4F;
}
.AnyTagClassName
{
color: #B62E4F;
}
</style>
background-color css
<style>
a { background-color: #B62E4F; }
a { background-color: rgb(182,46,79); }
div.DivClassName
{
background-color: #B62E4F;
}
.BgClassName
{
background-color: #B62E4F;
}
</style>
border-color css
<style>
span { border-color: #B62E4F; }
span { border-color: rgb(182,46,79); }
td.TdClassName
{
border-color: #B62E4F;
}
.TagClassName
{
border-color: #B62E4F;
}
</style>