Shades of Old Rose #B62D4B
Tints of Old Rose #B62D4B
RGB
CMYK
RGB Variations
Color information
#B62D4B (or 0xB62D4B) is known color: Old Rose. HEX triplet: B6, 2D and 4B. RGB value is (182,45,75). Sum of RGB (Red+Green+Blue) = 182+45+75=302 (40% of max value = 765). Red value is 182 (71.48% from 255 or 60.26% from 302); Green value is 45 (17.97% from 255 or 14.90% from 302); Blue value is 75 (29.69% from 255 or 24.83% from 302); Max value from RGB is 182 - color contains mainly: red. Hex color #B62D4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62D4B is #49D2B4. Grayscale: #595959. Windows color (decimal): -4838069 or 4926902. OLE color: 4926902.
HSL color Cylindrical-coordinate representation of color #B62D4B: hue angle of 346.86º 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 #B62D4B is Cyan = 0, Magento = 0.75, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 45 | 75 | - |
| CMYK | 0 | 0.75 | 0.59 | 0.29 |
| HSL | 346.86º | 0.6% | 0.45% | - |
| HSV(B) | 346.86º | 0.75% | 0.71% | - |
| XYZ | 21.5 | 12.33 | 7.9 | - |
| YUV | 89.38 | 119.89 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 45 | 75 | 0 | 0.75 | 0.59 | 0.29 | 346.86 | 0.6 | 0.45 |
| Hex | B6 | 2D | 4B | 0 | 4B | 3B | 1D | 15B | 3C | 2D |
| Octal | 266 | 55 | 113 | 0 | 113 | 73 | 35 | 533 | 74 | 55 |
| Binary | 10110110 | 101101 | 1001011 | 0 | 1001011 | 111011 | 11101 | 101011011 | 111100 | 101101 |
Color Harmonies of #B62D4B
Complementary color
Monochromatic Colors of #B62D4B
Black with #B62D4B
Text Example
Text Example
White with #B62D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62D4B; }
p { color: rgb(182,45,75); }
H1.HeaderClassName
{
color: #B62D4B;
}
.AnyTagClassName
{
color: #B62D4B;
}
</style>
background-color css
<style>
a { background-color: #B62D4B; }
a { background-color: rgb(182,45,75); }
div.DivClassName
{
background-color: #B62D4B;
}
.BgClassName
{
background-color: #B62D4B;
}
</style>
border-color css
<style>
span { border-color: #B62D4B; }
span { border-color: rgb(182,45,75); }
td.TdClassName
{
border-color: #B62D4B;
}
.TagClassName
{
border-color: #B62D4B;
}
</style>