Shades of Old Rose #B73143
Tints of Old Rose #B73143
RGB
CMYK
RGB Variations
Color information
#B73143 (or 0xB73143) is known color: Old Rose. HEX triplet: B7, 31 and 43. RGB value is (183,49,67). Sum of RGB (Red+Green+Blue) = 183+49+67=299 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.20% from 299); Green value is 49 (19.53% from 255 or 16.39% from 299); Blue value is 67 (26.56% from 255 or 22.41% from 299); Max value from RGB is 183 - color contains mainly: red. Hex color #B73143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73143 is #48CEBC. Grayscale: #5B5B5B. Windows color (decimal): -4771517 or 4403639. OLE color: 4403639.
HSL color Cylindrical-coordinate representation of color #B73143: hue angle of 351.94º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B73143 is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 49 | 67 | - |
| CMYK | 0 | 0.73 | 0.63 | 0.28 |
| HSL | 351.94º | 0.58% | 0.45% | - |
| HSV(B) | 351.94º | 0.73% | 0.72% | - |
| XYZ | 21.64 | 12.67 | 6.62 | - |
| YUV | 91.12 | 114.39 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 49 | 67 | 0 | 0.73 | 0.63 | 0.28 | 351.94 | 0.58 | 0.45 |
| Hex | B7 | 31 | 43 | 0 | 49 | 3F | 1C | 160 | 3A | 2D |
| Octal | 267 | 61 | 103 | 0 | 111 | 77 | 34 | 540 | 72 | 55 |
| Binary | 10110111 | 110001 | 1000011 | 0 | 1001001 | 111111 | 11100 | 101100000 | 111010 | 101101 |
Color Harmonies of #B73143
Complementary color
Monochromatic Colors of #B73143
Black with #B73143
Text Example
Text Example
White with #B73143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73143; }
p { color: rgb(183,49,67); }
H1.HeaderClassName
{
color: #B73143;
}
.AnyTagClassName
{
color: #B73143;
}
</style>
background-color css
<style>
a { background-color: #B73143; }
a { background-color: rgb(183,49,67); }
div.DivClassName
{
background-color: #B73143;
}
.BgClassName
{
background-color: #B73143;
}
</style>
border-color css
<style>
span { border-color: #B73143; }
span { border-color: rgb(183,49,67); }
td.TdClassName
{
border-color: #B73143;
}
.TagClassName
{
border-color: #B73143;
}
</style>