Shades of Old Rose #B92B43
Tints of Old Rose #B92B43
RGB
CMYK
RGB Variations
Color information
#B92B43 (or 0xB92B43) is known color: Old Rose. HEX triplet: B9, 2B and 43. RGB value is (185,43,67). Sum of RGB (Red+Green+Blue) = 185+43+67=295 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.71% from 295); Green value is 43 (17.19% from 255 or 14.58% from 295); Blue value is 67 (26.56% from 255 or 22.71% from 295); Max value from RGB is 185 - color contains mainly: red. Hex color #B92B43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92B43 is #46D4BC. Grayscale: #585858. Windows color (decimal): -4641981 or 4402105. OLE color: 4402105.
HSL color Cylindrical-coordinate representation of color #B92B43: hue angle of 349.86º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B92B43 is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 43 | 67 | - |
| CMYK | 0 | 0.77 | 0.64 | 0.27 |
| HSL | 349.86º | 0.62% | 0.45% | - |
| HSV(B) | 349.86º | 0.77% | 0.73% | - |
| XYZ | 21.88 | 12.45 | 6.56 | - |
| YUV | 88.19 | 116.04 | 197.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 43 | 67 | 0 | 0.77 | 0.64 | 0.27 | 349.86 | 0.62 | 0.45 |
| Hex | B9 | 2B | 43 | 0 | 4D | 40 | 1B | 15E | 3E | 2D |
| Octal | 271 | 53 | 103 | 0 | 115 | 100 | 33 | 536 | 76 | 55 |
| Binary | 10111001 | 101011 | 1000011 | 0 | 1001101 | 1000000 | 11011 | 101011110 | 111110 | 101101 |
Color Harmonies of #B92B43
Complementary color
Monochromatic Colors of #B92B43
Black with #B92B43
Text Example
Text Example
White with #B92B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92B43; }
p { color: rgb(185,43,67); }
H1.HeaderClassName
{
color: #B92B43;
}
.AnyTagClassName
{
color: #B92B43;
}
</style>
background-color css
<style>
a { background-color: #B92B43; }
a { background-color: rgb(185,43,67); }
div.DivClassName
{
background-color: #B92B43;
}
.BgClassName
{
background-color: #B92B43;
}
</style>
border-color css
<style>
span { border-color: #B92B43; }
span { border-color: rgb(185,43,67); }
td.TdClassName
{
border-color: #B92B43;
}
.TagClassName
{
border-color: #B92B43;
}
</style>