Shades of Old Rose #B42D4B
Tints of Old Rose #B42D4B
RGB
CMYK
RGB Variations
Color information
#B42D4B (or 0xB42D4B) is known color: Old Rose. HEX triplet: B4, 2D and 4B. RGB value is (180,45,75). Sum of RGB (Red+Green+Blue) = 180+45+75=300 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60% from 300); Green value is 45 (17.97% from 255 or 15% from 300); Blue value is 75 (29.69% from 255 or 25% from 300); Max value from RGB is 180 - color contains mainly: red. Hex color #B42D4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42D4B is #4BD2B4. Grayscale: #585858. Windows color (decimal): -4969141 or 4926900. OLE color: 4926900.
HSL color Cylindrical-coordinate representation of color #B42D4B: hue angle of 346.67º 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 #B42D4B is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 45 | 75 | - |
| CMYK | 0 | 0.75 | 0.58 | 0.29 |
| HSL | 346.67º | 0.6% | 0.44% | - |
| HSV(B) | 346.67º | 0.75% | 0.71% | - |
| XYZ | 21.03 | 12.09 | 7.88 | - |
| YUV | 88.79 | 120.23 | 193.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 45 | 75 | 0 | 0.75 | 0.58 | 0.29 | 346.67 | 0.6 | 0.44 |
| Hex | B4 | 2D | 4B | 0 | 4B | 3A | 1D | 15B | 3C | 2C |
| Octal | 264 | 55 | 113 | 0 | 113 | 72 | 35 | 533 | 74 | 54 |
| Binary | 10110100 | 101101 | 1001011 | 0 | 1001011 | 111010 | 11101 | 101011011 | 111100 | 101100 |
Color Harmonies of #B42D4B
Complementary color
Monochromatic Colors of #B42D4B
Black with #B42D4B
Text Example
Text Example
White with #B42D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42D4B; }
p { color: rgb(180,45,75); }
H1.HeaderClassName
{
color: #B42D4B;
}
.AnyTagClassName
{
color: #B42D4B;
}
</style>
background-color css
<style>
a { background-color: #B42D4B; }
a { background-color: rgb(180,45,75); }
div.DivClassName
{
background-color: #B42D4B;
}
.BgClassName
{
background-color: #B42D4B;
}
</style>
border-color css
<style>
span { border-color: #B42D4B; }
span { border-color: rgb(180,45,75); }
td.TdClassName
{
border-color: #B42D4B;
}
.TagClassName
{
border-color: #B42D4B;
}
</style>