Shades of Old Rose #B92145
Tints of Old Rose #B92145
RGB
CMYK
RGB Variations
Color information
#B92145 (or 0xB92145) is known color: Old Rose. HEX triplet: B9, 21 and 45. RGB value is (185,33,69). Sum of RGB (Red+Green+Blue) = 185+33+69=287 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.46% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 69 (27.34% from 255 or 24.04% from 287); Max value from RGB is 185 - color contains mainly: red. Hex color #B92145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92145 is #46DEBA. Grayscale: #525252. Windows color (decimal): -4644539 or 4530617. OLE color: 4530617.
HSL color Cylindrical-coordinate representation of color #B92145: hue angle of 345.79º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B92145 is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 33 | 69 | - |
| CMYK | 0 | 0.82 | 0.63 | 0.27 |
| HSL | 345.79º | 0.7% | 0.43% | - |
| HSV(B) | 345.79º | 0.82% | 0.73% | - |
| XYZ | 21.63 | 11.83 | 6.77 | - |
| YUV | 82.55 | 120.36 | 201.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 33 | 69 | 0 | 0.82 | 0.63 | 0.27 | 345.79 | 0.7 | 0.43 |
| Hex | B9 | 21 | 45 | 0 | 52 | 3F | 1B | 15A | 46 | 2B |
| Octal | 271 | 41 | 105 | 0 | 122 | 77 | 33 | 532 | 106 | 53 |
| Binary | 10111001 | 100001 | 1000101 | 0 | 1010010 | 111111 | 11011 | 101011010 | 1000110 | 101011 |
Color Harmonies of #B92145
Complementary color
Monochromatic Colors of #B92145
Black with #B92145
Text Example
Text Example
White with #B92145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92145; }
p { color: rgb(185,33,69); }
H1.HeaderClassName
{
color: #B92145;
}
.AnyTagClassName
{
color: #B92145;
}
</style>
background-color css
<style>
a { background-color: #B92145; }
a { background-color: rgb(185,33,69); }
div.DivClassName
{
background-color: #B92145;
}
.BgClassName
{
background-color: #B92145;
}
</style>
border-color css
<style>
span { border-color: #B92145; }
span { border-color: rgb(185,33,69); }
td.TdClassName
{
border-color: #B92145;
}
.TagClassName
{
border-color: #B92145;
}
</style>