Shades of Old Rose #B03943
Tints of Old Rose #B03943
RGB
CMYK
RGB Variations
Color information
#B03943 (or 0xB03943) is known color: Old Rose. HEX triplet: B0, 39 and 43. RGB value is (176,57,67). Sum of RGB (Red+Green+Blue) = 176+57+67=300 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.67% from 300); Green value is 57 (22.66% from 255 or 19% from 300); Blue value is 67 (26.56% from 255 or 22.33% from 300); Max value from RGB is 176 - color contains mainly: red. Hex color #B03943 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03943 is #4FC6BC. Grayscale: #5D5D5D. Windows color (decimal): -5228221 or 4405680. OLE color: 4405680.
HSL color Cylindrical-coordinate representation of color #B03943: hue angle of 354.96º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B03943 is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 57 | 67 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.31 |
| HSL | 354.96º | 0.51% | 0.46% | - |
| HSV(B) | 354.96º | 0.68% | 0.69% | - |
| XYZ | 20.38 | 12.56 | 6.66 | - |
| YUV | 93.72 | 112.92 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 57 | 67 | 0 | 0.68 | 0.62 | 0.31 | 354.96 | 0.51 | 0.46 |
| Hex | B0 | 39 | 43 | 0 | 44 | 3E | 1F | 163 | 33 | 2E |
| Octal | 260 | 71 | 103 | 0 | 104 | 76 | 37 | 543 | 63 | 56 |
| Binary | 10110000 | 111001 | 1000011 | 0 | 1000100 | 111110 | 11111 | 101100011 | 110011 | 101110 |
Color Harmonies of #B03943
Complementary color
Monochromatic Colors of #B03943
Black with #B03943
Text Example
Text Example
White with #B03943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03943; }
p { color: rgb(176,57,67); }
H1.HeaderClassName
{
color: #B03943;
}
.AnyTagClassName
{
color: #B03943;
}
</style>
background-color css
<style>
a { background-color: #B03943; }
a { background-color: rgb(176,57,67); }
div.DivClassName
{
background-color: #B03943;
}
.BgClassName
{
background-color: #B03943;
}
</style>
border-color css
<style>
span { border-color: #B03943; }
span { border-color: rgb(176,57,67); }
td.TdClassName
{
border-color: #B03943;
}
.TagClassName
{
border-color: #B03943;
}
</style>