Shades of Old Rose #B32643
Tints of Old Rose #B32643
RGB
CMYK
RGB Variations
Color information
#B32643 (or 0xB32643) is known color: Old Rose. HEX triplet: B3, 26 and 43. RGB value is (179,38,67). Sum of RGB (Red+Green+Blue) = 179+38+67=284 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.03% from 284); Green value is 38 (15.23% from 255 or 13.38% from 284); Blue value is 67 (26.56% from 255 or 23.59% from 284); Max value from RGB is 179 - color contains mainly: red. Hex color #B32643 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32643 is #4CD9BC. Grayscale: #535353. Windows color (decimal): -5036477 or 4400819. OLE color: 4400819.
HSL color Cylindrical-coordinate representation of color #B32643: hue angle of 347.66º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B32643 is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 38 | 67 | - |
| CMYK | 0 | 0.79 | 0.63 | 0.30 |
| HSL | 347.66º | 0.65% | 0.43% | - |
| HSV(B) | 347.66º | 0.79% | 0.7% | - |
| XYZ | 20.3 | 11.38 | 6.44 | - |
| YUV | 83.47 | 118.71 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 38 | 67 | 0 | 0.79 | 0.63 | 0.30 | 347.66 | 0.65 | 0.43 |
| Hex | B3 | 26 | 43 | 0 | 4F | 3F | 1E | 15C | 41 | 2B |
| Octal | 263 | 46 | 103 | 0 | 117 | 77 | 36 | 534 | 101 | 53 |
| Binary | 10110011 | 100110 | 1000011 | 0 | 1001111 | 111111 | 11110 | 101011100 | 1000001 | 101011 |
Color Harmonies of #B32643
Complementary color
Monochromatic Colors of #B32643
Black with #B32643
Text Example
Text Example
White with #B32643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32643; }
p { color: rgb(179,38,67); }
H1.HeaderClassName
{
color: #B32643;
}
.AnyTagClassName
{
color: #B32643;
}
</style>
background-color css
<style>
a { background-color: #B32643; }
a { background-color: rgb(179,38,67); }
div.DivClassName
{
background-color: #B32643;
}
.BgClassName
{
background-color: #B32643;
}
</style>
border-color css
<style>
span { border-color: #B32643; }
span { border-color: rgb(179,38,67); }
td.TdClassName
{
border-color: #B32643;
}
.TagClassName
{
border-color: #B32643;
}
</style>