Shades of Old Rose #B9244A
Tints of Old Rose #B9244A
RGB
CMYK
RGB Variations
Color information
#B9244A (or 0xB9244A) is known color: Old Rose. HEX triplet: B9, 24 and 4A. RGB value is (185,36,74). Sum of RGB (Red+Green+Blue) = 185+36+74=295 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.71% from 295); Green value is 36 (14.45% from 255 or 12.20% from 295); Blue value is 74 (29.30% from 255 or 25.08% from 295); Max value from RGB is 185 - color contains mainly: red. Hex color #B9244A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9244A is #46DBB5. Grayscale: #545454. Windows color (decimal): -4643766 or 4859065. OLE color: 4859065.
HSL color Cylindrical-coordinate representation of color #B9244A: hue angle of 344.7º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B9244A is Cyan = 0, Magento = 0.81, Yellow = 0.6 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 36 | 74 | - |
| CMYK | 0 | 0.81 | 0.6 | 0.27 |
| HSL | 344.7º | 0.67% | 0.43% | - |
| HSV(B) | 344.7º | 0.81% | 0.73% | - |
| XYZ | 21.87 | 12.07 | 7.66 | - |
| YUV | 84.88 | 121.86 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 36 | 74 | 0 | 0.81 | 0.6 | 0.27 | 344.7 | 0.67 | 0.43 |
| Hex | B9 | 24 | 4A | 0 | 51 | 3C | 1B | 159 | 43 | 2B |
| Octal | 271 | 44 | 112 | 0 | 121 | 74 | 33 | 531 | 103 | 53 |
| Binary | 10111001 | 100100 | 1001010 | 0 | 1010001 | 111100 | 11011 | 101011001 | 1000011 | 101011 |
Color Harmonies of #B9244A
Complementary color
Monochromatic Colors of #B9244A
Black with #B9244A
Text Example
Text Example
White with #B9244A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9244A; }
p { color: rgb(185,36,74); }
H1.HeaderClassName
{
color: #B9244A;
}
.AnyTagClassName
{
color: #B9244A;
}
</style>
background-color css
<style>
a { background-color: #B9244A; }
a { background-color: rgb(185,36,74); }
div.DivClassName
{
background-color: #B9244A;
}
.BgClassName
{
background-color: #B9244A;
}
</style>
border-color css
<style>
span { border-color: #B9244A; }
span { border-color: rgb(185,36,74); }
td.TdClassName
{
border-color: #B9244A;
}
.TagClassName
{
border-color: #B9244A;
}
</style>