Shades of Old Rose #B23B45
Tints of Old Rose #B23B45
RGB
CMYK
RGB Variations
Color information
#B23B45 (or 0xB23B45) is known color: Old Rose. HEX triplet: B2, 3B and 45. RGB value is (178,59,69). Sum of RGB (Red+Green+Blue) = 178+59+69=306 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.17% from 306); Green value is 59 (23.44% from 255 or 19.28% from 306); Blue value is 69 (27.34% from 255 or 22.55% from 306); Max value from RGB is 178 - color contains mainly: red. Hex color #B23B45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23B45 is #4DC4BA. Grayscale: #5F5F5F. Windows color (decimal): -5096635 or 4537266. OLE color: 4537266.
HSL color Cylindrical-coordinate representation of color #B23B45: hue angle of 354.96º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B23B45 is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 59 | 69 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.30 |
| HSL | 354.96º | 0.5% | 0.46% | - |
| HSV(B) | 354.96º | 0.67% | 0.7% | - |
| XYZ | 21 | 13.02 | 7.04 | - |
| YUV | 95.72 | 112.92 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 59 | 69 | 0 | 0.67 | 0.61 | 0.30 | 354.96 | 0.5 | 0.46 |
| Hex | B2 | 3B | 45 | 0 | 43 | 3D | 1E | 163 | 32 | 2E |
| Octal | 262 | 73 | 105 | 0 | 103 | 75 | 36 | 543 | 62 | 56 |
| Binary | 10110010 | 111011 | 1000101 | 0 | 1000011 | 111101 | 11110 | 101100011 | 110010 | 101110 |
Color Harmonies of #B23B45
Complementary color
Monochromatic Colors of #B23B45
Black with #B23B45
Text Example
Text Example
White with #B23B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23B45; }
p { color: rgb(178,59,69); }
H1.HeaderClassName
{
color: #B23B45;
}
.AnyTagClassName
{
color: #B23B45;
}
</style>
background-color css
<style>
a { background-color: #B23B45; }
a { background-color: rgb(178,59,69); }
div.DivClassName
{
background-color: #B23B45;
}
.BgClassName
{
background-color: #B23B45;
}
</style>
border-color css
<style>
span { border-color: #B23B45; }
span { border-color: rgb(178,59,69); }
td.TdClassName
{
border-color: #B23B45;
}
.TagClassName
{
border-color: #B23B45;
}
</style>