Shades of Old Rose #B42946
Tints of Old Rose #B42946
RGB
CMYK
RGB Variations
Color information
#B42946 (or 0xB42946) is known color: Old Rose. HEX triplet: B4, 29 and 46. RGB value is (180,41,70). Sum of RGB (Red+Green+Blue) = 180+41+70=291 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.86% from 291); Green value is 41 (16.41% from 255 or 14.09% from 291); Blue value is 70 (27.73% from 255 or 24.05% from 291); Max value from RGB is 180 - color contains mainly: red. Hex color #B42946 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42946 is #4BD6B9. Grayscale: #555555. Windows color (decimal): -4970170 or 4598196. OLE color: 4598196.
HSL color Cylindrical-coordinate representation of color #B42946: hue angle of 347.48º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B42946 is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 41 | 70 | - |
| CMYK | 0 | 0.77 | 0.61 | 0.29 |
| HSL | 347.48º | 0.63% | 0.43% | - |
| HSV(B) | 347.48º | 0.77% | 0.71% | - |
| XYZ | 20.72 | 11.73 | 6.97 | - |
| YUV | 85.87 | 119.05 | 195.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 41 | 70 | 0 | 0.77 | 0.61 | 0.29 | 347.48 | 0.63 | 0.43 |
| Hex | B4 | 29 | 46 | 0 | 4D | 3D | 1D | 15B | 3F | 2B |
| Octal | 264 | 51 | 106 | 0 | 115 | 75 | 35 | 533 | 77 | 53 |
| Binary | 10110100 | 101001 | 1000110 | 0 | 1001101 | 111101 | 11101 | 101011011 | 111111 | 101011 |
Color Harmonies of #B42946
Complementary color
Monochromatic Colors of #B42946
Black with #B42946
Text Example
Text Example
White with #B42946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42946; }
p { color: rgb(180,41,70); }
H1.HeaderClassName
{
color: #B42946;
}
.AnyTagClassName
{
color: #B42946;
}
</style>
background-color css
<style>
a { background-color: #B42946; }
a { background-color: rgb(180,41,70); }
div.DivClassName
{
background-color: #B42946;
}
.BgClassName
{
background-color: #B42946;
}
</style>
border-color css
<style>
span { border-color: #B42946; }
span { border-color: rgb(180,41,70); }
td.TdClassName
{
border-color: #B42946;
}
.TagClassName
{
border-color: #B42946;
}
</style>