Shades of Old Rose #B32740
Tints of Old Rose #B32740
RGB
CMYK
RGB Variations
Color information
#B32740 (or 0xB32740) is known color: Old Rose. HEX triplet: B3, 27 and 40. RGB value is (179,39,64). Sum of RGB (Red+Green+Blue) = 179+39+64=282 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.48% from 282); Green value is 39 (15.62% from 255 or 13.83% from 282); Blue value is 64 (25.39% from 255 or 22.70% from 282); Max value from RGB is 179 - color contains mainly: red. Hex color #B32740 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32740 is #4CD8BF. Grayscale: #535353. Windows color (decimal): -5036224 or 4204467. OLE color: 4204467.
HSL color Cylindrical-coordinate representation of color #B32740: hue angle of 349.29º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B32740 is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 39 | 64 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.30 |
| HSL | 349.29º | 0.64% | 0.43% | - |
| HSV(B) | 349.29º | 0.78% | 0.7% | - |
| XYZ | 20.24 | 11.4 | 5.99 | - |
| YUV | 83.71 | 116.88 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 39 | 64 | 0 | 0.78 | 0.64 | 0.30 | 349.29 | 0.64 | 0.43 |
| Hex | B3 | 27 | 40 | 0 | 4E | 40 | 1E | 15D | 40 | 2B |
| Octal | 263 | 47 | 100 | 0 | 116 | 100 | 36 | 535 | 100 | 53 |
| Binary | 10110011 | 100111 | 1000000 | 0 | 1001110 | 1000000 | 11110 | 101011101 | 1000000 | 101011 |
Color Harmonies of #B32740
Complementary color
Monochromatic Colors of #B32740
Black with #B32740
Text Example
Text Example
White with #B32740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32740; }
p { color: rgb(179,39,64); }
H1.HeaderClassName
{
color: #B32740;
}
.AnyTagClassName
{
color: #B32740;
}
</style>
background-color css
<style>
a { background-color: #B32740; }
a { background-color: rgb(179,39,64); }
div.DivClassName
{
background-color: #B32740;
}
.BgClassName
{
background-color: #B32740;
}
</style>
border-color css
<style>
span { border-color: #B32740; }
span { border-color: rgb(179,39,64); }
td.TdClassName
{
border-color: #B32740;
}
.TagClassName
{
border-color: #B32740;
}
</style>