Shades of Old Rose #B53444
Tints of Old Rose #B53444
RGB
CMYK
RGB Variations
Color information
#B53444 (or 0xB53444) is known color: Old Rose. HEX triplet: B5, 34 and 44. RGB value is (181,52,68). Sum of RGB (Red+Green+Blue) = 181+52+68=301 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.13% from 301); Green value is 52 (20.70% from 255 or 17.28% from 301); Blue value is 68 (26.95% from 255 or 22.59% from 301); Max value from RGB is 181 - color contains mainly: red. Hex color #B53444 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53444 is #4ACBBB. Grayscale: #5C5C5C. Windows color (decimal): -4901820 or 4469941. OLE color: 4469941.
HSL color Cylindrical-coordinate representation of color #B53444: hue angle of 352.56º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B53444 is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 52 | 68 | - |
| CMYK | 0 | 0.71 | 0.62 | 0.29 |
| HSL | 352.56º | 0.55% | 0.46% | - |
| HSV(B) | 352.56º | 0.71% | 0.71% | - |
| XYZ | 21.33 | 12.7 | 6.8 | - |
| YUV | 92.4 | 114.24 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 52 | 68 | 0 | 0.71 | 0.62 | 0.29 | 352.56 | 0.55 | 0.46 |
| Hex | B5 | 34 | 44 | 0 | 47 | 3E | 1D | 161 | 37 | 2E |
| Octal | 265 | 64 | 104 | 0 | 107 | 76 | 35 | 541 | 67 | 56 |
| Binary | 10110101 | 110100 | 1000100 | 0 | 1000111 | 111110 | 11101 | 101100001 | 110111 | 101110 |
Color Harmonies of #B53444
Complementary color
Monochromatic Colors of #B53444
Black with #B53444
Text Example
Text Example
White with #B53444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53444; }
p { color: rgb(181,52,68); }
H1.HeaderClassName
{
color: #B53444;
}
.AnyTagClassName
{
color: #B53444;
}
</style>
background-color css
<style>
a { background-color: #B53444; }
a { background-color: rgb(181,52,68); }
div.DivClassName
{
background-color: #B53444;
}
.BgClassName
{
background-color: #B53444;
}
</style>
border-color css
<style>
span { border-color: #B53444; }
span { border-color: rgb(181,52,68); }
td.TdClassName
{
border-color: #B53444;
}
.TagClassName
{
border-color: #B53444;
}
</style>