Shades of Old Rose #B7324B
Tints of Old Rose #B7324B
RGB
CMYK
RGB Variations
Color information
#B7324B (or 0xB7324B) is known color: Old Rose. HEX triplet: B7, 32 and 4B. RGB value is (183,50,75). Sum of RGB (Red+Green+Blue) = 183+50+75=308 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.42% from 308); Green value is 50 (19.92% from 255 or 16.23% from 308); Blue value is 75 (29.69% from 255 or 24.35% from 308); Max value from RGB is 183 - color contains mainly: red. Hex color #B7324B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7324B is #48CDB4. Grayscale: #5C5C5C. Windows color (decimal): -4771253 or 4928183. OLE color: 4928183.
HSL color Cylindrical-coordinate representation of color #B7324B: hue angle of 348.72º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B7324B is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 50 | 75 | - |
| CMYK | 0 | 0.73 | 0.59 | 0.28 |
| HSL | 348.72º | 0.57% | 0.46% | - |
| HSV(B) | 348.72º | 0.73% | 0.72% | - |
| XYZ | 21.94 | 12.86 | 7.98 | - |
| YUV | 92.62 | 118.06 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 50 | 75 | 0 | 0.73 | 0.59 | 0.28 | 348.72 | 0.57 | 0.46 |
| Hex | B7 | 32 | 4B | 0 | 49 | 3B | 1C | 15D | 39 | 2E |
| Octal | 267 | 62 | 113 | 0 | 111 | 73 | 34 | 535 | 71 | 56 |
| Binary | 10110111 | 110010 | 1001011 | 0 | 1001001 | 111011 | 11100 | 101011101 | 111001 | 101110 |
Color Harmonies of #B7324B
Complementary color
Monochromatic Colors of #B7324B
Black with #B7324B
Text Example
Text Example
White with #B7324B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7324B; }
p { color: rgb(183,50,75); }
H1.HeaderClassName
{
color: #B7324B;
}
.AnyTagClassName
{
color: #B7324B;
}
</style>
background-color css
<style>
a { background-color: #B7324B; }
a { background-color: rgb(183,50,75); }
div.DivClassName
{
background-color: #B7324B;
}
.BgClassName
{
background-color: #B7324B;
}
</style>
border-color css
<style>
span { border-color: #B7324B; }
span { border-color: rgb(183,50,75); }
td.TdClassName
{
border-color: #B7324B;
}
.TagClassName
{
border-color: #B7324B;
}
</style>