Shades of Old Rose #B02044
Tints of Old Rose #B02044
RGB
CMYK
RGB Variations
Color information
#B02044 (or 0xB02044) is known color: Old Rose. HEX triplet: B0, 20 and 44. RGB value is (176,32,68). Sum of RGB (Red+Green+Blue) = 176+32+68=276 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.77% from 276); Green value is 32 (12.89% from 255 or 11.59% from 276); Blue value is 68 (26.95% from 255 or 24.64% from 276); Max value from RGB is 176 - color contains mainly: red. Hex color #B02044 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02044 is #4FDFBB. Grayscale: #4F4F4F. Windows color (decimal): -5234620 or 4464816. OLE color: 4464816.
HSL color Cylindrical-coordinate representation of color #B02044: hue angle of 345º 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 #B02044 is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 32 | 68 | - |
| CMYK | 0 | 0.82 | 0.61 | 0.31 |
| HSL | 345º | 0.69% | 0.41% | - |
| HSV(B) | 345º | 0.82% | 0.69% | - |
| XYZ | 19.46 | 10.68 | 6.5 | - |
| YUV | 79.16 | 121.71 | 197.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 32 | 68 | 0 | 0.82 | 0.61 | 0.31 | 345 | 0.69 | 0.41 |
| Hex | B0 | 20 | 44 | 0 | 52 | 3D | 1F | 159 | 45 | 29 |
| Octal | 260 | 40 | 104 | 0 | 122 | 75 | 37 | 531 | 105 | 51 |
| Binary | 10110000 | 100000 | 1000100 | 0 | 1010010 | 111101 | 11111 | 101011001 | 1000101 | 101001 |
Color Harmonies of #B02044
Complementary color
Monochromatic Colors of #B02044
Black with #B02044
Text Example
Text Example
White with #B02044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02044; }
p { color: rgb(176,32,68); }
H1.HeaderClassName
{
color: #B02044;
}
.AnyTagClassName
{
color: #B02044;
}
</style>
background-color css
<style>
a { background-color: #B02044; }
a { background-color: rgb(176,32,68); }
div.DivClassName
{
background-color: #B02044;
}
.BgClassName
{
background-color: #B02044;
}
</style>
border-color css
<style>
span { border-color: #B02044; }
span { border-color: rgb(176,32,68); }
td.TdClassName
{
border-color: #B02044;
}
.TagClassName
{
border-color: #B02044;
}
</style>