Shades of Old Rose #B02144
Tints of Old Rose #B02144
RGB
CMYK
RGB Variations
Color information
#B02144 (or 0xB02144) is known color: Old Rose. HEX triplet: B0, 21 and 44. RGB value is (176,33,68). Sum of RGB (Red+Green+Blue) = 176+33+68=277 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.54% from 277); Green value is 33 (13.28% from 255 or 11.91% from 277); Blue value is 68 (26.95% from 255 or 24.55% from 277); Max value from RGB is 176 - color contains mainly: red. Hex color #B02144 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02144 is #4FDEBB. Grayscale: #4F4F4F. Windows color (decimal): -5234364 or 4465072. OLE color: 4465072.
HSL color Cylindrical-coordinate representation of color #B02144: hue angle of 345.31º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B02144 is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 33 | 68 | - |
| CMYK | 0 | 0.81 | 0.61 | 0.31 |
| HSL | 345.31º | 0.68% | 0.41% | - |
| HSV(B) | 345.31º | 0.81% | 0.69% | - |
| XYZ | 19.49 | 10.74 | 6.51 | - |
| YUV | 79.75 | 121.38 | 196.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 33 | 68 | 0 | 0.81 | 0.61 | 0.31 | 345.31 | 0.68 | 0.41 |
| Hex | B0 | 21 | 44 | 0 | 51 | 3D | 1F | 159 | 44 | 29 |
| Octal | 260 | 41 | 104 | 0 | 121 | 75 | 37 | 531 | 104 | 51 |
| Binary | 10110000 | 100001 | 1000100 | 0 | 1010001 | 111101 | 11111 | 101011001 | 1000100 | 101001 |
Color Harmonies of #B02144
Complementary color
Monochromatic Colors of #B02144
Black with #B02144
Text Example
Text Example
White with #B02144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02144; }
p { color: rgb(176,33,68); }
H1.HeaderClassName
{
color: #B02144;
}
.AnyTagClassName
{
color: #B02144;
}
</style>
background-color css
<style>
a { background-color: #B02144; }
a { background-color: rgb(176,33,68); }
div.DivClassName
{
background-color: #B02144;
}
.BgClassName
{
background-color: #B02144;
}
</style>
border-color css
<style>
span { border-color: #B02144; }
span { border-color: rgb(176,33,68); }
td.TdClassName
{
border-color: #B02144;
}
.TagClassName
{
border-color: #B02144;
}
</style>