Shades of Old Rose #B32F42
Tints of Old Rose #B32F42
RGB
CMYK
RGB Variations
Color information
#B32F42 (or 0xB32F42) is known color: Old Rose. HEX triplet: B3, 2F and 42. RGB value is (179,47,66). Sum of RGB (Red+Green+Blue) = 179+47+66=292 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.30% from 292); Green value is 47 (18.75% from 255 or 16.10% from 292); Blue value is 66 (26.17% from 255 or 22.60% from 292); Max value from RGB is 179 - color contains mainly: red. Hex color #B32F42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32F42 is #4CD0BD. Grayscale: #585858. Windows color (decimal): -5034174 or 4337587. OLE color: 4337587.
HSL color Cylindrical-coordinate representation of color #B32F42: hue angle of 351.36º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B32F42 is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 47 | 66 | - |
| CMYK | 0 | 0.74 | 0.63 | 0.30 |
| HSL | 351.36º | 0.58% | 0.44% | - |
| HSV(B) | 351.36º | 0.74% | 0.7% | - |
| XYZ | 20.59 | 12.01 | 6.39 | - |
| YUV | 88.63 | 115.23 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 47 | 66 | 0 | 0.74 | 0.63 | 0.30 | 351.36 | 0.58 | 0.44 |
| Hex | B3 | 2F | 42 | 0 | 4A | 3F | 1E | 15F | 3A | 2C |
| Octal | 263 | 57 | 102 | 0 | 112 | 77 | 36 | 537 | 72 | 54 |
| Binary | 10110011 | 101111 | 1000010 | 0 | 1001010 | 111111 | 11110 | 101011111 | 111010 | 101100 |
Color Harmonies of #B32F42
Complementary color
Monochromatic Colors of #B32F42
Black with #B32F42
Text Example
Text Example
White with #B32F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32F42; }
p { color: rgb(179,47,66); }
H1.HeaderClassName
{
color: #B32F42;
}
.AnyTagClassName
{
color: #B32F42;
}
</style>
background-color css
<style>
a { background-color: #B32F42; }
a { background-color: rgb(179,47,66); }
div.DivClassName
{
background-color: #B32F42;
}
.BgClassName
{
background-color: #B32F42;
}
</style>
border-color css
<style>
span { border-color: #B32F42; }
span { border-color: rgb(179,47,66); }
td.TdClassName
{
border-color: #B32F42;
}
.TagClassName
{
border-color: #B32F42;
}
</style>