Shades of Old Rose #B23243
Tints of Old Rose #B23243
RGB
CMYK
RGB Variations
Color information
#B23243 (or 0xB23243) is known color: Old Rose. HEX triplet: B2, 32 and 43. RGB value is (178,50,67). Sum of RGB (Red+Green+Blue) = 178+50+67=295 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.34% from 295); Green value is 50 (19.92% from 255 or 16.95% from 295); Blue value is 67 (26.56% from 255 or 22.71% from 295); Max value from RGB is 178 - color contains mainly: red. Hex color #B23243 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23243 is #4DCDBC. Grayscale: #5A5A5A. Windows color (decimal): -5098941 or 4403890. OLE color: 4403890.
HSL color Cylindrical-coordinate representation of color #B23243: hue angle of 352.03º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B23243 is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 50 | 67 | - |
| CMYK | 0 | 0.72 | 0.62 | 0.30 |
| HSL | 352.03º | 0.56% | 0.45% | - |
| HSV(B) | 352.03º | 0.72% | 0.7% | - |
| XYZ | 20.51 | 12.15 | 6.57 | - |
| YUV | 90.21 | 114.91 | 190.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 50 | 67 | 0 | 0.72 | 0.62 | 0.30 | 352.03 | 0.56 | 0.45 |
| Hex | B2 | 32 | 43 | 0 | 48 | 3E | 1E | 160 | 38 | 2D |
| Octal | 262 | 62 | 103 | 0 | 110 | 76 | 36 | 540 | 70 | 55 |
| Binary | 10110010 | 110010 | 1000011 | 0 | 1001000 | 111110 | 11110 | 101100000 | 111000 | 101101 |
Color Harmonies of #B23243
Complementary color
Monochromatic Colors of #B23243
Black with #B23243
Text Example
Text Example
White with #B23243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23243; }
p { color: rgb(178,50,67); }
H1.HeaderClassName
{
color: #B23243;
}
.AnyTagClassName
{
color: #B23243;
}
</style>
background-color css
<style>
a { background-color: #B23243; }
a { background-color: rgb(178,50,67); }
div.DivClassName
{
background-color: #B23243;
}
.BgClassName
{
background-color: #B23243;
}
</style>
border-color css
<style>
span { border-color: #B23243; }
span { border-color: rgb(178,50,67); }
td.TdClassName
{
border-color: #B23243;
}
.TagClassName
{
border-color: #B23243;
}
</style>