Shades of Old Rose #B62B4D
Tints of Old Rose #B62B4D
RGB
CMYK
RGB Variations
Color information
#B62B4D (or 0xB62B4D) is known color: Old Rose. HEX triplet: B6, 2B and 4D. RGB value is (182,43,77). Sum of RGB (Red+Green+Blue) = 182+43+77=302 (40% of max value = 765). Red value is 182 (71.48% from 255 or 60.26% from 302); Green value is 43 (17.19% from 255 or 14.24% from 302); Blue value is 77 (30.47% from 255 or 25.50% from 302); Max value from RGB is 182 - color contains mainly: red. Hex color #B62B4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62B4D is #49D4B2. Grayscale: #585858. Windows color (decimal): -4838579 or 5057462. OLE color: 5057462.
HSL color Cylindrical-coordinate representation of color #B62B4D: hue angle of 345.32º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B62B4D is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 43 | 77 | - |
| CMYK | 0 | 0.76 | 0.58 | 0.29 |
| HSL | 345.32º | 0.62% | 0.44% | - |
| HSV(B) | 345.32º | 0.76% | 0.71% | - |
| XYZ | 21.49 | 12.21 | 8.24 | - |
| YUV | 88.44 | 121.55 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 43 | 77 | 0 | 0.76 | 0.58 | 0.29 | 345.32 | 0.62 | 0.44 |
| Hex | B6 | 2B | 4D | 0 | 4C | 3A | 1D | 159 | 3E | 2C |
| Octal | 266 | 53 | 115 | 0 | 114 | 72 | 35 | 531 | 76 | 54 |
| Binary | 10110110 | 101011 | 1001101 | 0 | 1001100 | 111010 | 11101 | 101011001 | 111110 | 101100 |
Color Harmonies of #B62B4D
Complementary color
Monochromatic Colors of #B62B4D
Black with #B62B4D
Text Example
Text Example
White with #B62B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62B4D; }
p { color: rgb(182,43,77); }
H1.HeaderClassName
{
color: #B62B4D;
}
.AnyTagClassName
{
color: #B62B4D;
}
</style>
background-color css
<style>
a { background-color: #B62B4D; }
a { background-color: rgb(182,43,77); }
div.DivClassName
{
background-color: #B62B4D;
}
.BgClassName
{
background-color: #B62B4D;
}
</style>
border-color css
<style>
span { border-color: #B62B4D; }
span { border-color: rgb(182,43,77); }
td.TdClassName
{
border-color: #B62B4D;
}
.TagClassName
{
border-color: #B62B4D;
}
</style>