Shades of Old Rose #B7214B
Tints of Old Rose #B7214B
RGB
CMYK
RGB Variations
Color information
#B7214B (or 0xB7214B) is known color: Old Rose. HEX triplet: B7, 21 and 4B. RGB value is (183,33,75). Sum of RGB (Red+Green+Blue) = 183+33+75=291 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.89% from 291); Green value is 33 (13.28% from 255 or 11.34% from 291); Blue value is 75 (29.69% from 255 or 25.77% from 291); Max value from RGB is 183 - color contains mainly: red. Hex color #B7214B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7214B is #48DEB4. Grayscale: #525252. Windows color (decimal): -4775605 or 4923831. OLE color: 4923831.
HSL color Cylindrical-coordinate representation of color #B7214B: hue angle of 343.2º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B7214B is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 33 | 75 | - |
| CMYK | 0 | 0.82 | 0.59 | 0.28 |
| HSL | 343.2º | 0.69% | 0.42% | - |
| HSV(B) | 343.2º | 0.82% | 0.72% | - |
| XYZ | 21.34 | 11.66 | 7.78 | - |
| YUV | 82.64 | 123.7 | 199.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 33 | 75 | 0 | 0.82 | 0.59 | 0.28 | 343.2 | 0.69 | 0.42 |
| Hex | B7 | 21 | 4B | 0 | 52 | 3B | 1C | 157 | 45 | 2A |
| Octal | 267 | 41 | 113 | 0 | 122 | 73 | 34 | 527 | 105 | 52 |
| Binary | 10110111 | 100001 | 1001011 | 0 | 1010010 | 111011 | 11100 | 101010111 | 1000101 | 101010 |
Color Harmonies of #B7214B
Complementary color
Monochromatic Colors of #B7214B
Black with #B7214B
Text Example
Text Example
White with #B7214B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7214B; }
p { color: rgb(183,33,75); }
H1.HeaderClassName
{
color: #B7214B;
}
.AnyTagClassName
{
color: #B7214B;
}
</style>
background-color css
<style>
a { background-color: #B7214B; }
a { background-color: rgb(183,33,75); }
div.DivClassName
{
background-color: #B7214B;
}
.BgClassName
{
background-color: #B7214B;
}
</style>
border-color css
<style>
span { border-color: #B7214B; }
span { border-color: rgb(183,33,75); }
td.TdClassName
{
border-color: #B7214B;
}
.TagClassName
{
border-color: #B7214B;
}
</style>