Shades of Old Rose #B42D4D
Tints of Old Rose #B42D4D
RGB
CMYK
RGB Variations
Color information
#B42D4D (or 0xB42D4D) is known color: Old Rose. HEX triplet: B4, 2D and 4D. RGB value is (180,45,77). Sum of RGB (Red+Green+Blue) = 180+45+77=302 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.60% from 302); Green value is 45 (17.97% from 255 or 14.90% from 302); Blue value is 77 (30.47% from 255 or 25.50% from 302); Max value from RGB is 180 - color contains mainly: red. Hex color #B42D4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42D4D is #4BD2B2. Grayscale: #595959. Windows color (decimal): -4969139 or 5057972. OLE color: 5057972.
HSL color Cylindrical-coordinate representation of color #B42D4D: hue angle of 345.78º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B42D4D is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 45 | 77 | - |
| CMYK | 0 | 0.75 | 0.57 | 0.29 |
| HSL | 345.78º | 0.6% | 0.44% | - |
| HSV(B) | 345.78º | 0.75% | 0.71% | - |
| XYZ | 21.1 | 12.12 | 8.25 | - |
| YUV | 89.01 | 121.23 | 192.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 45 | 77 | 0 | 0.75 | 0.57 | 0.29 | 345.78 | 0.6 | 0.44 |
| Hex | B4 | 2D | 4D | 0 | 4B | 39 | 1D | 15A | 3C | 2C |
| Octal | 264 | 55 | 115 | 0 | 113 | 71 | 35 | 532 | 74 | 54 |
| Binary | 10110100 | 101101 | 1001101 | 0 | 1001011 | 111001 | 11101 | 101011010 | 111100 | 101100 |
Color Harmonies of #B42D4D
Complementary color
Monochromatic Colors of #B42D4D
Black with #B42D4D
Text Example
Text Example
White with #B42D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42D4D; }
p { color: rgb(180,45,77); }
H1.HeaderClassName
{
color: #B42D4D;
}
.AnyTagClassName
{
color: #B42D4D;
}
</style>
background-color css
<style>
a { background-color: #B42D4D; }
a { background-color: rgb(180,45,77); }
div.DivClassName
{
background-color: #B42D4D;
}
.BgClassName
{
background-color: #B42D4D;
}
</style>
border-color css
<style>
span { border-color: #B42D4D; }
span { border-color: rgb(180,45,77); }
td.TdClassName
{
border-color: #B42D4D;
}
.TagClassName
{
border-color: #B42D4D;
}
</style>