Shades of Old Rose #B42841
Tints of Old Rose #B42841
RGB
CMYK
RGB Variations
Color information
#B42841 (or 0xB42841) is known color: Old Rose. HEX triplet: B4, 28 and 41. RGB value is (180,40,65). Sum of RGB (Red+Green+Blue) = 180+40+65=285 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.16% from 285); Green value is 40 (16.02% from 255 or 14.04% from 285); Blue value is 65 (25.78% from 255 or 22.81% from 285); Max value from RGB is 180 - color contains mainly: red. Hex color #B42841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42841 is #4BD7BE. Grayscale: #545454. Windows color (decimal): -4970431 or 4270260. OLE color: 4270260.
HSL color Cylindrical-coordinate representation of color #B42841: hue angle of 349.29º 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 #B42841 is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 40 | 65 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.29 |
| HSL | 349.29º | 0.64% | 0.43% | - |
| HSV(B) | 349.29º | 0.78% | 0.71% | - |
| XYZ | 20.54 | 11.6 | 6.16 | - |
| YUV | 84.71 | 116.88 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 40 | 65 | 0 | 0.78 | 0.64 | 0.29 | 349.29 | 0.64 | 0.43 |
| Hex | B4 | 28 | 41 | 0 | 4E | 40 | 1D | 15D | 40 | 2B |
| Octal | 264 | 50 | 101 | 0 | 116 | 100 | 35 | 535 | 100 | 53 |
| Binary | 10110100 | 101000 | 1000001 | 0 | 1001110 | 1000000 | 11101 | 101011101 | 1000000 | 101011 |
Color Harmonies of #B42841
Complementary color
Monochromatic Colors of #B42841
Black with #B42841
Text Example
Text Example
White with #B42841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42841; }
p { color: rgb(180,40,65); }
H1.HeaderClassName
{
color: #B42841;
}
.AnyTagClassName
{
color: #B42841;
}
</style>
background-color css
<style>
a { background-color: #B42841; }
a { background-color: rgb(180,40,65); }
div.DivClassName
{
background-color: #B42841;
}
.BgClassName
{
background-color: #B42841;
}
</style>
border-color css
<style>
span { border-color: #B42841; }
span { border-color: rgb(180,40,65); }
td.TdClassName
{
border-color: #B42841;
}
.TagClassName
{
border-color: #B42841;
}
</style>