Shades of Old Rose #B42E40
Tints of Old Rose #B42E40
RGB
CMYK
RGB Variations
Color information
#B42E40 (or 0xB42E40) is known color: Old Rose. HEX triplet: B4, 2E and 40. RGB value is (180,46,64). Sum of RGB (Red+Green+Blue) = 180+46+64=290 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.07% from 290); Green value is 46 (18.36% from 255 or 15.86% from 290); Blue value is 64 (25.39% from 255 or 22.07% from 290); Max value from RGB is 180 - color contains mainly: red. Hex color #B42E40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42E40 is #4BD1BF. Grayscale: #585858. Windows color (decimal): -4968896 or 4206260. OLE color: 4206260.
HSL color Cylindrical-coordinate representation of color #B42E40: hue angle of 351.94º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B42E40 is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 46 | 64 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.29 |
| HSL | 351.94º | 0.59% | 0.44% | - |
| HSV(B) | 351.94º | 0.74% | 0.71% | - |
| XYZ | 20.72 | 12.03 | 6.08 | - |
| YUV | 88.12 | 114.39 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 46 | 64 | 0 | 0.74 | 0.64 | 0.29 | 351.94 | 0.59 | 0.44 |
| Hex | B4 | 2E | 40 | 0 | 4A | 40 | 1D | 160 | 3B | 2C |
| Octal | 264 | 56 | 100 | 0 | 112 | 100 | 35 | 540 | 73 | 54 |
| Binary | 10110100 | 101110 | 1000000 | 0 | 1001010 | 1000000 | 11101 | 101100000 | 111011 | 101100 |
Color Harmonies of #B42E40
Complementary color
Monochromatic Colors of #B42E40
Black with #B42E40
Text Example
Text Example
White with #B42E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42E40; }
p { color: rgb(180,46,64); }
H1.HeaderClassName
{
color: #B42E40;
}
.AnyTagClassName
{
color: #B42E40;
}
</style>
background-color css
<style>
a { background-color: #B42E40; }
a { background-color: rgb(180,46,64); }
div.DivClassName
{
background-color: #B42E40;
}
.BgClassName
{
background-color: #B42E40;
}
</style>
border-color css
<style>
span { border-color: #B42E40; }
span { border-color: rgb(180,46,64); }
td.TdClassName
{
border-color: #B42E40;
}
.TagClassName
{
border-color: #B42E40;
}
</style>