Shades of Old Rose #B02C41
Tints of Old Rose #B02C41
RGB
CMYK
RGB Variations
Color information
#B02C41 (or 0xB02C41) is known color: Old Rose. HEX triplet: B0, 2C and 41. RGB value is (176,44,65). Sum of RGB (Red+Green+Blue) = 176+44+65=285 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.75% from 285); Green value is 44 (17.58% from 255 or 15.44% from 285); Blue value is 65 (25.78% from 255 or 22.81% from 285); Max value from RGB is 176 - color contains mainly: red. Hex color #B02C41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02C41 is #4FD3BE. Grayscale: #555555. Windows color (decimal): -5231551 or 4271280. OLE color: 4271280.
HSL color Cylindrical-coordinate representation of color #B02C41: hue angle of 350.45º 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 #B02C41 is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 44 | 65 | - |
| CMYK | 0 | 0.75 | 0.63 | 0.31 |
| HSL | 350.45º | 0.6% | 0.43% | - |
| HSV(B) | 350.45º | 0.75% | 0.69% | - |
| XYZ | 19.76 | 11.41 | 6.16 | - |
| YUV | 85.86 | 116.23 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 44 | 65 | 0 | 0.75 | 0.63 | 0.31 | 350.45 | 0.6 | 0.43 |
| Hex | B0 | 2C | 41 | 0 | 4B | 3F | 1F | 15E | 3C | 2B |
| Octal | 260 | 54 | 101 | 0 | 113 | 77 | 37 | 536 | 74 | 53 |
| Binary | 10110000 | 101100 | 1000001 | 0 | 1001011 | 111111 | 11111 | 101011110 | 111100 | 101011 |
Color Harmonies of #B02C41
Complementary color
Monochromatic Colors of #B02C41
Black with #B02C41
Text Example
Text Example
White with #B02C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02C41; }
p { color: rgb(176,44,65); }
H1.HeaderClassName
{
color: #B02C41;
}
.AnyTagClassName
{
color: #B02C41;
}
</style>
background-color css
<style>
a { background-color: #B02C41; }
a { background-color: rgb(176,44,65); }
div.DivClassName
{
background-color: #B02C41;
}
.BgClassName
{
background-color: #B02C41;
}
</style>
border-color css
<style>
span { border-color: #B02C41; }
span { border-color: rgb(176,44,65); }
td.TdClassName
{
border-color: #B02C41;
}
.TagClassName
{
border-color: #B02C41;
}
</style>