Shades of Old Rose #B0204B
Tints of Old Rose #B0204B
RGB
CMYK
RGB Variations
Color information
#B0204B (or 0xB0204B) is known color: Old Rose. HEX triplet: B0, 20 and 4B. RGB value is (176,32,75). Sum of RGB (Red+Green+Blue) = 176+32+75=283 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.19% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 75 (29.69% from 255 or 26.50% from 283); Max value from RGB is 176 - color contains mainly: red. Hex color #B0204B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0204B is #4FDFB4. Grayscale: #4F4F4F. Windows color (decimal): -5234613 or 4923568. OLE color: 4923568.
HSL color Cylindrical-coordinate representation of color #B0204B: hue angle of 342.08º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B0204B is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 32 | 75 | - |
| CMYK | 0 | 0.82 | 0.57 | 0.31 |
| HSL | 342.08º | 0.69% | 0.41% | - |
| HSV(B) | 342.08º | 0.82% | 0.69% | - |
| XYZ | 19.69 | 10.77 | 7.7 | - |
| YUV | 79.96 | 125.21 | 196.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 32 | 75 | 0 | 0.82 | 0.57 | 0.31 | 342.08 | 0.69 | 0.41 |
| Hex | B0 | 20 | 4B | 0 | 52 | 39 | 1F | 156 | 45 | 29 |
| Octal | 260 | 40 | 113 | 0 | 122 | 71 | 37 | 526 | 105 | 51 |
| Binary | 10110000 | 100000 | 1001011 | 0 | 1010010 | 111001 | 11111 | 101010110 | 1000101 | 101001 |
Color Harmonies of #B0204B
Complementary color
Monochromatic Colors of #B0204B
Black with #B0204B
Text Example
Text Example
White with #B0204B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0204B; }
p { color: rgb(176,32,75); }
H1.HeaderClassName
{
color: #B0204B;
}
.AnyTagClassName
{
color: #B0204B;
}
</style>
background-color css
<style>
a { background-color: #B0204B; }
a { background-color: rgb(176,32,75); }
div.DivClassName
{
background-color: #B0204B;
}
.BgClassName
{
background-color: #B0204B;
}
</style>
border-color css
<style>
span { border-color: #B0204B; }
span { border-color: rgb(176,32,75); }
td.TdClassName
{
border-color: #B0204B;
}
.TagClassName
{
border-color: #B0204B;
}
</style>