Shades of Old Rose #B2334B
Tints of Old Rose #B2334B
RGB
CMYK
RGB Variations
Color information
#B2334B (or 0xB2334B) is known color: Old Rose. HEX triplet: B2, 33 and 4B. RGB value is (178,51,75). Sum of RGB (Red+Green+Blue) = 178+51+75=304 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.55% from 304); Green value is 51 (20.31% from 255 or 16.78% from 304); Blue value is 75 (29.69% from 255 or 24.67% from 304); Max value from RGB is 178 - color contains mainly: red. Hex color #B2334B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2334B is #4DCCB4. Grayscale: #5B5B5B. Windows color (decimal): -5098677 or 4928434. OLE color: 4928434.
HSL color Cylindrical-coordinate representation of color #B2334B: hue angle of 348.66º 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 #B2334B is Cyan = 0, Magento = 0.71, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 51 | 75 | - |
| CMYK | 0 | 0.71 | 0.58 | 0.30 |
| HSL | 348.66º | 0.55% | 0.45% | - |
| HSV(B) | 348.66º | 0.71% | 0.7% | - |
| XYZ | 20.81 | 12.34 | 7.94 | - |
| YUV | 91.71 | 118.58 | 189.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 51 | 75 | 0 | 0.71 | 0.58 | 0.30 | 348.66 | 0.55 | 0.45 |
| Hex | B2 | 33 | 4B | 0 | 47 | 3A | 1E | 15D | 37 | 2D |
| Octal | 262 | 63 | 113 | 0 | 107 | 72 | 36 | 535 | 67 | 55 |
| Binary | 10110010 | 110011 | 1001011 | 0 | 1000111 | 111010 | 11110 | 101011101 | 110111 | 101101 |
Color Harmonies of #B2334B
Complementary color
Monochromatic Colors of #B2334B
Black with #B2334B
Text Example
Text Example
White with #B2334B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2334B; }
p { color: rgb(178,51,75); }
H1.HeaderClassName
{
color: #B2334B;
}
.AnyTagClassName
{
color: #B2334B;
}
</style>
background-color css
<style>
a { background-color: #B2334B; }
a { background-color: rgb(178,51,75); }
div.DivClassName
{
background-color: #B2334B;
}
.BgClassName
{
background-color: #B2334B;
}
</style>
border-color css
<style>
span { border-color: #B2334B; }
span { border-color: rgb(178,51,75); }
td.TdClassName
{
border-color: #B2334B;
}
.TagClassName
{
border-color: #B2334B;
}
</style>