Shades of Old Rose #B42741
Tints of Old Rose #B42741
RGB
CMYK
RGB Variations
Color information
#B42741 (or 0xB42741) is known color: Old Rose. HEX triplet: B4, 27 and 41. RGB value is (180,39,65). Sum of RGB (Red+Green+Blue) = 180+39+65=284 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.38% from 284); Green value is 39 (15.62% from 255 or 13.73% from 284); Blue value is 65 (25.78% from 255 or 22.89% from 284); Max value from RGB is 180 - color contains mainly: red. Hex color #B42741 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42741 is #4BD8BE. Grayscale: #545454. Windows color (decimal): -4970687 or 4270004. OLE color: 4270004.
HSL color Cylindrical-coordinate representation of color #B42741: hue angle of 348.94º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B42741 is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 39 | 65 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.29 |
| HSL | 348.94º | 0.64% | 0.43% | - |
| HSV(B) | 348.94º | 0.78% | 0.71% | - |
| XYZ | 20.5 | 11.54 | 6.15 | - |
| YUV | 84.12 | 117.21 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 39 | 65 | 0 | 0.78 | 0.64 | 0.29 | 348.94 | 0.64 | 0.43 |
| Hex | B4 | 27 | 41 | 0 | 4E | 40 | 1D | 15D | 40 | 2B |
| Octal | 264 | 47 | 101 | 0 | 116 | 100 | 35 | 535 | 100 | 53 |
| Binary | 10110100 | 100111 | 1000001 | 0 | 1001110 | 1000000 | 11101 | 101011101 | 1000000 | 101011 |
Color Harmonies of #B42741
Complementary color
Monochromatic Colors of #B42741
Black with #B42741
Text Example
Text Example
White with #B42741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42741; }
p { color: rgb(180,39,65); }
H1.HeaderClassName
{
color: #B42741;
}
.AnyTagClassName
{
color: #B42741;
}
</style>
background-color css
<style>
a { background-color: #B42741; }
a { background-color: rgb(180,39,65); }
div.DivClassName
{
background-color: #B42741;
}
.BgClassName
{
background-color: #B42741;
}
</style>
border-color css
<style>
span { border-color: #B42741; }
span { border-color: rgb(180,39,65); }
td.TdClassName
{
border-color: #B42741;
}
.TagClassName
{
border-color: #B42741;
}
</style>