Shades of Old Rose #B01A49
Tints of Old Rose #B01A49
RGB
CMYK
RGB Variations
Color information
#B01A49 (or 0xB01A49) is known color: Old Rose. HEX triplet: B0, 1A and 49. RGB value is (176,26,73). Sum of RGB (Red+Green+Blue) = 176+26+73=275 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64% from 275); Green value is 26 (10.55% from 255 or 9.45% from 275); Blue value is 73 (28.91% from 255 or 26.55% from 275); Max value from RGB is 176 - color contains mainly: red. Hex color #B01A49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B01A49 is #4FE5B6. Grayscale: #4C4C4C. Windows color (decimal): -5236151 or 4790960. OLE color: 4790960.
HSL color Cylindrical-coordinate representation of color #B01A49: hue angle of 341.2º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B01A49 is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 26 | 73 | - |
| CMYK | 0 | 0.85 | 0.59 | 0.31 |
| HSL | 341.2º | 0.74% | 0.4% | - |
| HSV(B) | 341.2º | 0.85% | 0.69% | - |
| XYZ | 19.48 | 10.45 | 7.29 | - |
| YUV | 76.21 | 126.2 | 199.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 26 | 73 | 0 | 0.85 | 0.59 | 0.31 | 341.2 | 0.74 | 0.4 |
| Hex | B0 | 1A | 49 | 0 | 55 | 3B | 1F | 155 | 4A | 28 |
| Octal | 260 | 32 | 111 | 0 | 125 | 73 | 37 | 525 | 112 | 50 |
| Binary | 10110000 | 11010 | 1001001 | 0 | 1010101 | 111011 | 11111 | 101010101 | 1001010 | 101000 |
Color Harmonies of #B01A49
Complementary color
Monochromatic Colors of #B01A49
Black with #B01A49
Text Example
Text Example
White with #B01A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01A49; }
p { color: rgb(176,26,73); }
H1.HeaderClassName
{
color: #B01A49;
}
.AnyTagClassName
{
color: #B01A49;
}
</style>
background-color css
<style>
a { background-color: #B01A49; }
a { background-color: rgb(176,26,73); }
div.DivClassName
{
background-color: #B01A49;
}
.BgClassName
{
background-color: #B01A49;
}
</style>
border-color css
<style>
span { border-color: #B01A49; }
span { border-color: rgb(176,26,73); }
td.TdClassName
{
border-color: #B01A49;
}
.TagClassName
{
border-color: #B01A49;
}
</style>