Shades of Old Rose #B0234D
Tints of Old Rose #B0234D
RGB
CMYK
RGB Variations
Color information
#B0234D (or 0xB0234D) is known color: Old Rose. HEX triplet: B0, 23 and 4D. RGB value is (176,35,77). Sum of RGB (Red+Green+Blue) = 176+35+77=288 (38% of max value = 765). Red value is 176 (69.14% from 255 or 61.11% from 288); Green value is 35 (14.06% from 255 or 12.15% from 288); Blue value is 77 (30.47% from 255 or 26.74% from 288); Max value from RGB is 176 - color contains mainly: red. Hex color #B0234D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0234D is #4FDCB2. Grayscale: #515151. Windows color (decimal): -5233843 or 5055408. OLE color: 5055408.
HSL color Cylindrical-coordinate representation of color #B0234D: hue angle of 342.13º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B0234D is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 35 | 77 | - |
| CMYK | 0 | 0.80 | 0.56 | 0.31 |
| HSL | 342.13º | 0.67% | 0.41% | - |
| HSV(B) | 342.13º | 0.8% | 0.69% | - |
| XYZ | 19.85 | 10.97 | 8.09 | - |
| YUV | 81.95 | 125.21 | 195.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 35 | 77 | 0 | 0.80 | 0.56 | 0.31 | 342.13 | 0.67 | 0.41 |
| Hex | B0 | 23 | 4D | 0 | 50 | 38 | 1F | 156 | 43 | 29 |
| Octal | 260 | 43 | 115 | 0 | 120 | 70 | 37 | 526 | 103 | 51 |
| Binary | 10110000 | 100011 | 1001101 | 0 | 1010000 | 111000 | 11111 | 101010110 | 1000011 | 101001 |
Color Harmonies of #B0234D
Complementary color
Monochromatic Colors of #B0234D
Black with #B0234D
Text Example
Text Example
White with #B0234D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0234D; }
p { color: rgb(176,35,77); }
H1.HeaderClassName
{
color: #B0234D;
}
.AnyTagClassName
{
color: #B0234D;
}
</style>
background-color css
<style>
a { background-color: #B0234D; }
a { background-color: rgb(176,35,77); }
div.DivClassName
{
background-color: #B0234D;
}
.BgClassName
{
background-color: #B0234D;
}
</style>
border-color css
<style>
span { border-color: #B0234D; }
span { border-color: rgb(176,35,77); }
td.TdClassName
{
border-color: #B0234D;
}
.TagClassName
{
border-color: #B0234D;
}
</style>