Shades of Old Rose #B92744
Tints of Old Rose #B92744
RGB
CMYK
RGB Variations
Color information
#B92744 (or 0xB92744) is known color: Old Rose. HEX triplet: B9, 27 and 44. RGB value is (185,39,68). Sum of RGB (Red+Green+Blue) = 185+39+68=292 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.36% from 292); Green value is 39 (15.62% from 255 or 13.36% from 292); Blue value is 68 (26.95% from 255 or 23.29% from 292); Max value from RGB is 185 - color contains mainly: red. Hex color #B92744 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92744 is #46D8BB. Grayscale: #555555. Windows color (decimal): -4643004 or 4466617. OLE color: 4466617.
HSL color Cylindrical-coordinate representation of color #B92744: hue angle of 348.08º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B92744 is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 39 | 68 | - |
| CMYK | 0 | 0.79 | 0.63 | 0.27 |
| HSL | 348.08º | 0.65% | 0.44% | - |
| HSV(B) | 348.08º | 0.79% | 0.73% | - |
| XYZ | 21.78 | 12.18 | 6.67 | - |
| YUV | 85.96 | 117.87 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 39 | 68 | 0 | 0.79 | 0.63 | 0.27 | 348.08 | 0.65 | 0.44 |
| Hex | B9 | 27 | 44 | 0 | 4F | 3F | 1B | 15C | 41 | 2C |
| Octal | 271 | 47 | 104 | 0 | 117 | 77 | 33 | 534 | 101 | 54 |
| Binary | 10111001 | 100111 | 1000100 | 0 | 1001111 | 111111 | 11011 | 101011100 | 1000001 | 101100 |
Color Harmonies of #B92744
Complementary color
Monochromatic Colors of #B92744
Black with #B92744
Text Example
Text Example
White with #B92744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92744; }
p { color: rgb(185,39,68); }
H1.HeaderClassName
{
color: #B92744;
}
.AnyTagClassName
{
color: #B92744;
}
</style>
background-color css
<style>
a { background-color: #B92744; }
a { background-color: rgb(185,39,68); }
div.DivClassName
{
background-color: #B92744;
}
.BgClassName
{
background-color: #B92744;
}
</style>
border-color css
<style>
span { border-color: #B92744; }
span { border-color: rgb(185,39,68); }
td.TdClassName
{
border-color: #B92744;
}
.TagClassName
{
border-color: #B92744;
}
</style>