Shades of Old Rose #B43143
Tints of Old Rose #B43143
RGB
CMYK
RGB Variations
Color information
#B43143 (or 0xB43143) is known color: Old Rose. HEX triplet: B4, 31 and 43. RGB value is (180,49,67). Sum of RGB (Red+Green+Blue) = 180+49+67=296 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.81% from 296); Green value is 49 (19.53% from 255 or 16.55% from 296); Blue value is 67 (26.56% from 255 or 22.64% from 296); Max value from RGB is 180 - color contains mainly: red. Hex color #B43143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43143 is #4BCEBC. Grayscale: #5A5A5A. Windows color (decimal): -4968125 or 4403636. OLE color: 4403636.
HSL color Cylindrical-coordinate representation of color #B43143: hue angle of 351.76º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B43143 is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 49 | 67 | - |
| CMYK | 0 | 0.73 | 0.63 | 0.29 |
| HSL | 351.76º | 0.57% | 0.45% | - |
| HSV(B) | 351.76º | 0.73% | 0.71% | - |
| XYZ | 20.93 | 12.31 | 6.58 | - |
| YUV | 90.22 | 114.9 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 49 | 67 | 0 | 0.73 | 0.63 | 0.29 | 351.76 | 0.57 | 0.45 |
| Hex | B4 | 31 | 43 | 0 | 49 | 3F | 1D | 160 | 39 | 2D |
| Octal | 264 | 61 | 103 | 0 | 111 | 77 | 35 | 540 | 71 | 55 |
| Binary | 10110100 | 110001 | 1000011 | 0 | 1001001 | 111111 | 11101 | 101100000 | 111001 | 101101 |
Color Harmonies of #B43143
Complementary color
Monochromatic Colors of #B43143
Black with #B43143
Text Example
Text Example
White with #B43143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43143; }
p { color: rgb(180,49,67); }
H1.HeaderClassName
{
color: #B43143;
}
.AnyTagClassName
{
color: #B43143;
}
</style>
background-color css
<style>
a { background-color: #B43143; }
a { background-color: rgb(180,49,67); }
div.DivClassName
{
background-color: #B43143;
}
.BgClassName
{
background-color: #B43143;
}
</style>
border-color css
<style>
span { border-color: #B43143; }
span { border-color: rgb(180,49,67); }
td.TdClassName
{
border-color: #B43143;
}
.TagClassName
{
border-color: #B43143;
}
</style>