Shades of Old Rose #B42740
Tints of Old Rose #B42740
RGB
CMYK
RGB Variations
Color information
#B42740 (or 0xB42740) is known color: Old Rose. HEX triplet: B4, 27 and 40. RGB value is (180,39,64). Sum of RGB (Red+Green+Blue) = 180+39+64=283 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.60% from 283); Green value is 39 (15.62% from 255 or 13.78% from 283); Blue value is 64 (25.39% from 255 or 22.61% from 283); Max value from RGB is 180 - color contains mainly: red. Hex color #B42740 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42740 is #4BD8BF. Grayscale: #545454. Windows color (decimal): -4970688 or 4204468. OLE color: 4204468.
HSL color Cylindrical-coordinate representation of color #B42740: hue angle of 349.36º 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 #B42740 is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 39 | 64 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.29 |
| HSL | 349.36º | 0.64% | 0.43% | - |
| HSV(B) | 349.36º | 0.78% | 0.71% | - |
| XYZ | 20.47 | 11.52 | 6 | - |
| YUV | 84.01 | 116.71 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 39 | 64 | 0 | 0.78 | 0.64 | 0.29 | 349.36 | 0.64 | 0.43 |
| Hex | B4 | 27 | 40 | 0 | 4E | 40 | 1D | 15D | 40 | 2B |
| Octal | 264 | 47 | 100 | 0 | 116 | 100 | 35 | 535 | 100 | 53 |
| Binary | 10110100 | 100111 | 1000000 | 0 | 1001110 | 1000000 | 11101 | 101011101 | 1000000 | 101011 |
Color Harmonies of #B42740
Complementary color
Monochromatic Colors of #B42740
Black with #B42740
Text Example
Text Example
White with #B42740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42740; }
p { color: rgb(180,39,64); }
H1.HeaderClassName
{
color: #B42740;
}
.AnyTagClassName
{
color: #B42740;
}
</style>
background-color css
<style>
a { background-color: #B42740; }
a { background-color: rgb(180,39,64); }
div.DivClassName
{
background-color: #B42740;
}
.BgClassName
{
background-color: #B42740;
}
</style>
border-color css
<style>
span { border-color: #B42740; }
span { border-color: rgb(180,39,64); }
td.TdClassName
{
border-color: #B42740;
}
.TagClassName
{
border-color: #B42740;
}
</style>