Shades of Old Rose #B03345
Tints of Old Rose #B03345
RGB
CMYK
RGB Variations
Color information
#B03345 (or 0xB03345) is known color: Old Rose. HEX triplet: B0, 33 and 45. RGB value is (176,51,69). Sum of RGB (Red+Green+Blue) = 176+51+69=296 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.46% from 296); Green value is 51 (20.31% from 255 or 17.23% from 296); Blue value is 69 (27.34% from 255 or 23.31% from 296); Max value from RGB is 176 - color contains mainly: red. Hex color #B03345 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03345 is #4FCCBA. Grayscale: #5A5A5A. Windows color (decimal): -5229755 or 4535216. OLE color: 4535216.
HSL color Cylindrical-coordinate representation of color #B03345: hue angle of 351.36º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B03345 is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 51 | 69 | - |
| CMYK | 0 | 0.71 | 0.61 | 0.31 |
| HSL | 351.36º | 0.55% | 0.45% | - |
| HSV(B) | 351.36º | 0.71% | 0.69% | - |
| XYZ | 20.16 | 12.03 | 6.89 | - |
| YUV | 90.43 | 115.91 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 51 | 69 | 0 | 0.71 | 0.61 | 0.31 | 351.36 | 0.55 | 0.45 |
| Hex | B0 | 33 | 45 | 0 | 47 | 3D | 1F | 15F | 37 | 2D |
| Octal | 260 | 63 | 105 | 0 | 107 | 75 | 37 | 537 | 67 | 55 |
| Binary | 10110000 | 110011 | 1000101 | 0 | 1000111 | 111101 | 11111 | 101011111 | 110111 | 101101 |
Color Harmonies of #B03345
Complementary color
Monochromatic Colors of #B03345
Black with #B03345
Text Example
Text Example
White with #B03345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03345; }
p { color: rgb(176,51,69); }
H1.HeaderClassName
{
color: #B03345;
}
.AnyTagClassName
{
color: #B03345;
}
</style>
background-color css
<style>
a { background-color: #B03345; }
a { background-color: rgb(176,51,69); }
div.DivClassName
{
background-color: #B03345;
}
.BgClassName
{
background-color: #B03345;
}
</style>
border-color css
<style>
span { border-color: #B03345; }
span { border-color: rgb(176,51,69); }
td.TdClassName
{
border-color: #B03345;
}
.TagClassName
{
border-color: #B03345;
}
</style>