Shades of Old Rose #B42840
Tints of Old Rose #B42840
RGB
CMYK
RGB Variations
Color information
#B42840 (or 0xB42840) is known color: Old Rose. HEX triplet: B4, 28 and 40. RGB value is (180,40,64). Sum of RGB (Red+Green+Blue) = 180+40+64=284 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.38% from 284); Green value is 40 (16.02% from 255 or 14.08% from 284); Blue value is 64 (25.39% from 255 or 22.54% from 284); Max value from RGB is 180 - color contains mainly: red. Hex color #B42840 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42840 is #4BD7BF. Grayscale: #545454. Windows color (decimal): -4970432 or 4204724. OLE color: 4204724.
HSL color Cylindrical-coordinate representation of color #B42840: hue angle of 349.71º 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 #B42840 is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 40 | 64 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.29 |
| HSL | 349.71º | 0.64% | 0.43% | - |
| HSV(B) | 349.71º | 0.78% | 0.71% | - |
| XYZ | 20.51 | 11.59 | 6.01 | - |
| YUV | 84.6 | 116.38 | 196.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 40 | 64 | 0 | 0.78 | 0.64 | 0.29 | 349.71 | 0.64 | 0.43 |
| Hex | B4 | 28 | 40 | 0 | 4E | 40 | 1D | 15E | 40 | 2B |
| Octal | 264 | 50 | 100 | 0 | 116 | 100 | 35 | 536 | 100 | 53 |
| Binary | 10110100 | 101000 | 1000000 | 0 | 1001110 | 1000000 | 11101 | 101011110 | 1000000 | 101011 |
Color Harmonies of #B42840
Complementary color
Monochromatic Colors of #B42840
Black with #B42840
Text Example
Text Example
White with #B42840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42840; }
p { color: rgb(180,40,64); }
H1.HeaderClassName
{
color: #B42840;
}
.AnyTagClassName
{
color: #B42840;
}
</style>
background-color css
<style>
a { background-color: #B42840; }
a { background-color: rgb(180,40,64); }
div.DivClassName
{
background-color: #B42840;
}
.BgClassName
{
background-color: #B42840;
}
</style>
border-color css
<style>
span { border-color: #B42840; }
span { border-color: rgb(180,40,64); }
td.TdClassName
{
border-color: #B42840;
}
.TagClassName
{
border-color: #B42840;
}
</style>