Shades of Old Rose #B02C3F
Tints of Old Rose #B02C3F
RGB
CMYK
RGB Variations
Color information
#B02C3F (or 0xB02C3F) is known color: Old Rose. HEX triplet: B0, 2C and 3F. RGB value is (176,44,63). Sum of RGB (Red+Green+Blue) = 176+44+63=283 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.19% from 283); Green value is 44 (17.58% from 255 or 15.55% from 283); Blue value is 63 (25% from 255 or 22.26% from 283); Max value from RGB is 176 - color contains mainly: red. Hex color #B02C3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02C3F is #4FD3C0. Grayscale: #555555. Windows color (decimal): -5231553 or 4140208. OLE color: 4140208.
HSL color Cylindrical-coordinate representation of color #B02C3F: hue angle of 351.36º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B02C3F is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 44 | 63 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.31 |
| HSL | 351.36º | 0.6% | 0.43% | - |
| HSV(B) | 351.36º | 0.75% | 0.69% | - |
| XYZ | 19.7 | 11.39 | 5.86 | - |
| YUV | 85.63 | 115.23 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 44 | 63 | 0 | 0.75 | 0.64 | 0.31 | 351.36 | 0.6 | 0.43 |
| Hex | B0 | 2C | 3F | 0 | 4B | 40 | 1F | 15F | 3C | 2B |
| Octal | 260 | 54 | 77 | 0 | 113 | 100 | 37 | 537 | 74 | 53 |
| Binary | 10110000 | 101100 | 111111 | 0 | 1001011 | 1000000 | 11111 | 101011111 | 111100 | 101011 |
Color Harmonies of #B02C3F
Complementary color
Monochromatic Colors of #B02C3F
Black with #B02C3F
Text Example
Text Example
White with #B02C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02C3F; }
p { color: rgb(176,44,63); }
H1.HeaderClassName
{
color: #B02C3F;
}
.AnyTagClassName
{
color: #B02C3F;
}
</style>
background-color css
<style>
a { background-color: #B02C3F; }
a { background-color: rgb(176,44,63); }
div.DivClassName
{
background-color: #B02C3F;
}
.BgClassName
{
background-color: #B02C3F;
}
</style>
border-color css
<style>
span { border-color: #B02C3F; }
span { border-color: rgb(176,44,63); }
td.TdClassName
{
border-color: #B02C3F;
}
.TagClassName
{
border-color: #B02C3F;
}
</style>