Shades of Old Rose #B82544
Tints of Old Rose #B82544
RGB
CMYK
RGB Variations
Color information
#B82544 (or 0xB82544) is known color: Old Rose. HEX triplet: B8, 25 and 44. RGB value is (184,37,68). Sum of RGB (Red+Green+Blue) = 184+37+68=289 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.67% from 289); Green value is 37 (14.84% from 255 or 12.80% from 289); Blue value is 68 (26.95% from 255 or 23.53% from 289); Max value from RGB is 184 - color contains mainly: red. Hex color #B82544 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82544 is #47DABB. Grayscale: #545454. Windows color (decimal): -4709052 or 4466104. OLE color: 4466104.
HSL color Cylindrical-coordinate representation of color #B82544: hue angle of 347.35º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B82544 is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 37 | 68 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.28 |
| HSL | 347.35º | 0.67% | 0.43% | - |
| HSV(B) | 347.35º | 0.8% | 0.72% | - |
| XYZ | 21.47 | 11.93 | 6.64 | - |
| YUV | 84.49 | 118.7 | 198.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 37 | 68 | 0 | 0.80 | 0.63 | 0.28 | 347.35 | 0.67 | 0.43 |
| Hex | B8 | 25 | 44 | 0 | 50 | 3F | 1C | 15B | 43 | 2B |
| Octal | 270 | 45 | 104 | 0 | 120 | 77 | 34 | 533 | 103 | 53 |
| Binary | 10111000 | 100101 | 1000100 | 0 | 1010000 | 111111 | 11100 | 101011011 | 1000011 | 101011 |
Color Harmonies of #B82544
Complementary color
Monochromatic Colors of #B82544
Black with #B82544
Text Example
Text Example
White with #B82544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82544; }
p { color: rgb(184,37,68); }
H1.HeaderClassName
{
color: #B82544;
}
.AnyTagClassName
{
color: #B82544;
}
</style>
background-color css
<style>
a { background-color: #B82544; }
a { background-color: rgb(184,37,68); }
div.DivClassName
{
background-color: #B82544;
}
.BgClassName
{
background-color: #B82544;
}
</style>
border-color css
<style>
span { border-color: #B82544; }
span { border-color: rgb(184,37,68); }
td.TdClassName
{
border-color: #B82544;
}
.TagClassName
{
border-color: #B82544;
}
</style>