Shades of Old Rose #B23346
Tints of Old Rose #B23346
RGB
CMYK
RGB Variations
Color information
#B23346 (or 0xB23346) is known color: Old Rose. HEX triplet: B2, 33 and 46. RGB value is (178,51,70). Sum of RGB (Red+Green+Blue) = 178+51+70=299 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.53% from 299); Green value is 51 (20.31% from 255 or 17.06% from 299); Blue value is 70 (27.73% from 255 or 23.41% from 299); Max value from RGB is 178 - color contains mainly: red. Hex color #B23346 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23346 is #4DCCB9. Grayscale: #5B5B5B. Windows color (decimal): -5098682 or 4600754. OLE color: 4600754.
HSL color Cylindrical-coordinate representation of color #B23346: hue angle of 351.02º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B23346 is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 51 | 70 | - |
| CMYK | 0 | 0.71 | 0.61 | 0.30 |
| HSL | 351.02º | 0.55% | 0.45% | - |
| HSV(B) | 351.02º | 0.71% | 0.7% | - |
| XYZ | 20.65 | 12.27 | 7.08 | - |
| YUV | 91.14 | 116.08 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 51 | 70 | 0 | 0.71 | 0.61 | 0.30 | 351.02 | 0.55 | 0.45 |
| Hex | B2 | 33 | 46 | 0 | 47 | 3D | 1E | 15F | 37 | 2D |
| Octal | 262 | 63 | 106 | 0 | 107 | 75 | 36 | 537 | 67 | 55 |
| Binary | 10110010 | 110011 | 1000110 | 0 | 1000111 | 111101 | 11110 | 101011111 | 110111 | 101101 |
Color Harmonies of #B23346
Complementary color
Monochromatic Colors of #B23346
Black with #B23346
Text Example
Text Example
White with #B23346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23346; }
p { color: rgb(178,51,70); }
H1.HeaderClassName
{
color: #B23346;
}
.AnyTagClassName
{
color: #B23346;
}
</style>
background-color css
<style>
a { background-color: #B23346; }
a { background-color: rgb(178,51,70); }
div.DivClassName
{
background-color: #B23346;
}
.BgClassName
{
background-color: #B23346;
}
</style>
border-color css
<style>
span { border-color: #B23346; }
span { border-color: rgb(178,51,70); }
td.TdClassName
{
border-color: #B23346;
}
.TagClassName
{
border-color: #B23346;
}
</style>