Shades of Old Rose #B02444
Tints of Old Rose #B02444
RGB
CMYK
RGB Variations
Color information
#B02444 (or 0xB02444) is known color: Old Rose. HEX triplet: B0, 24 and 44. RGB value is (176,36,68). Sum of RGB (Red+Green+Blue) = 176+36+68=280 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.86% from 280); Green value is 36 (14.45% from 255 or 12.86% from 280); Blue value is 68 (26.95% from 255 or 24.29% from 280); Max value from RGB is 176 - color contains mainly: red. Hex color #B02444 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02444 is #4FDBBB. Grayscale: #515151. Windows color (decimal): -5233596 or 4465840. OLE color: 4465840.
HSL color Cylindrical-coordinate representation of color #B02444: hue angle of 346.29º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B02444 is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 36 | 68 | - |
| CMYK | 0 | 0.80 | 0.61 | 0.31 |
| HSL | 346.29º | 0.66% | 0.42% | - |
| HSV(B) | 346.29º | 0.8% | 0.69% | - |
| XYZ | 19.58 | 10.91 | 6.54 | - |
| YUV | 81.51 | 120.38 | 195.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 36 | 68 | 0 | 0.80 | 0.61 | 0.31 | 346.29 | 0.66 | 0.42 |
| Hex | B0 | 24 | 44 | 0 | 50 | 3D | 1F | 15A | 42 | 2A |
| Octal | 260 | 44 | 104 | 0 | 120 | 75 | 37 | 532 | 102 | 52 |
| Binary | 10110000 | 100100 | 1000100 | 0 | 1010000 | 111101 | 11111 | 101011010 | 1000010 | 101010 |
Color Harmonies of #B02444
Complementary color
Monochromatic Colors of #B02444
Black with #B02444
Text Example
Text Example
White with #B02444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02444; }
p { color: rgb(176,36,68); }
H1.HeaderClassName
{
color: #B02444;
}
.AnyTagClassName
{
color: #B02444;
}
</style>
background-color css
<style>
a { background-color: #B02444; }
a { background-color: rgb(176,36,68); }
div.DivClassName
{
background-color: #B02444;
}
.BgClassName
{
background-color: #B02444;
}
</style>
border-color css
<style>
span { border-color: #B02444; }
span { border-color: rgb(176,36,68); }
td.TdClassName
{
border-color: #B02444;
}
.TagClassName
{
border-color: #B02444;
}
</style>