Shades of Old Rose #B02D44
Tints of Old Rose #B02D44
RGB
CMYK
RGB Variations
Color information
#B02D44 (or 0xB02D44) is known color: Old Rose. HEX triplet: B0, 2D and 44. RGB value is (176,45,68). Sum of RGB (Red+Green+Blue) = 176+45+68=289 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.90% from 289); Green value is 45 (17.97% from 255 or 15.57% from 289); Blue value is 68 (26.95% from 255 or 23.53% from 289); Max value from RGB is 176 - color contains mainly: red. Hex color #B02D44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02D44 is #4FD2BB. Grayscale: #565656. Windows color (decimal): -5231292 or 4468144. OLE color: 4468144.
HSL color Cylindrical-coordinate representation of color #B02D44: hue angle of 349.47º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B02D44 is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 45 | 68 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.31 |
| HSL | 349.47º | 0.59% | 0.43% | - |
| HSV(B) | 349.47º | 0.74% | 0.69% | - |
| XYZ | 19.89 | 11.52 | 6.65 | - |
| YUV | 86.79 | 117.4 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 45 | 68 | 0 | 0.74 | 0.61 | 0.31 | 349.47 | 0.59 | 0.43 |
| Hex | B0 | 2D | 44 | 0 | 4A | 3D | 1F | 15D | 3B | 2B |
| Octal | 260 | 55 | 104 | 0 | 112 | 75 | 37 | 535 | 73 | 53 |
| Binary | 10110000 | 101101 | 1000100 | 0 | 1001010 | 111101 | 11111 | 101011101 | 111011 | 101011 |
Color Harmonies of #B02D44
Complementary color
Monochromatic Colors of #B02D44
Black with #B02D44
Text Example
Text Example
White with #B02D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02D44; }
p { color: rgb(176,45,68); }
H1.HeaderClassName
{
color: #B02D44;
}
.AnyTagClassName
{
color: #B02D44;
}
</style>
background-color css
<style>
a { background-color: #B02D44; }
a { background-color: rgb(176,45,68); }
div.DivClassName
{
background-color: #B02D44;
}
.BgClassName
{
background-color: #B02D44;
}
</style>
border-color css
<style>
span { border-color: #B02D44; }
span { border-color: rgb(176,45,68); }
td.TdClassName
{
border-color: #B02D44;
}
.TagClassName
{
border-color: #B02D44;
}
</style>