Shades of Old Rose #B13144
Tints of Old Rose #B13144
RGB
CMYK
RGB Variations
Color information
#B13144 (or 0xB13144) is known color: Old Rose. HEX triplet: B1, 31 and 44. RGB value is (177,49,68). Sum of RGB (Red+Green+Blue) = 177+49+68=294 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.20% from 294); Green value is 49 (19.53% from 255 or 16.67% from 294); Blue value is 68 (26.95% from 255 or 23.13% from 294); Max value from RGB is 177 - color contains mainly: red. Hex color #B13144 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13144 is #4ECEBB. Grayscale: #595959. Windows color (decimal): -5164732 or 4469169. OLE color: 4469169.
HSL color Cylindrical-coordinate representation of color #B13144: hue angle of 351.09º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B13144 is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 49 | 68 | - |
| CMYK | 0 | 0.72 | 0.62 | 0.31 |
| HSL | 351.09º | 0.57% | 0.44% | - |
| HSV(B) | 351.09º | 0.72% | 0.69% | - |
| XYZ | 20.27 | 11.96 | 6.71 | - |
| YUV | 89.44 | 115.91 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 49 | 68 | 0 | 0.72 | 0.62 | 0.31 | 351.09 | 0.57 | 0.44 |
| Hex | B1 | 31 | 44 | 0 | 48 | 3E | 1F | 15F | 39 | 2C |
| Octal | 261 | 61 | 104 | 0 | 110 | 76 | 37 | 537 | 71 | 54 |
| Binary | 10110001 | 110001 | 1000100 | 0 | 1001000 | 111110 | 11111 | 101011111 | 111001 | 101100 |
Color Harmonies of #B13144
Complementary color
Monochromatic Colors of #B13144
Black with #B13144
Text Example
Text Example
White with #B13144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13144; }
p { color: rgb(177,49,68); }
H1.HeaderClassName
{
color: #B13144;
}
.AnyTagClassName
{
color: #B13144;
}
</style>
background-color css
<style>
a { background-color: #B13144; }
a { background-color: rgb(177,49,68); }
div.DivClassName
{
background-color: #B13144;
}
.BgClassName
{
background-color: #B13144;
}
</style>
border-color css
<style>
span { border-color: #B13144; }
span { border-color: rgb(177,49,68); }
td.TdClassName
{
border-color: #B13144;
}
.TagClassName
{
border-color: #B13144;
}
</style>