Shades of Old Rose #B23B43
Tints of Old Rose #B23B43
RGB
CMYK
RGB Variations
Color information
#B23B43 (or 0xB23B43) is known color: Old Rose. HEX triplet: B2, 3B and 43. RGB value is (178,59,67). Sum of RGB (Red+Green+Blue) = 178+59+67=304 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.55% from 304); Green value is 59 (23.44% from 255 or 19.41% from 304); Blue value is 67 (26.56% from 255 or 22.04% from 304); Max value from RGB is 178 - color contains mainly: red. Hex color #B23B43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23B43 is #4DC4BC. Grayscale: #5F5F5F. Windows color (decimal): -5096637 or 4406194. OLE color: 4406194.
HSL color Cylindrical-coordinate representation of color #B23B43: hue angle of 355.97º 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 #B23B43 is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 59 | 67 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.30 |
| HSL | 355.97º | 0.5% | 0.46% | - |
| HSV(B) | 355.97º | 0.67% | 0.7% | - |
| XYZ | 20.94 | 13 | 6.72 | - |
| YUV | 95.49 | 111.92 | 186.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 59 | 67 | 0 | 0.67 | 0.62 | 0.30 | 355.97 | 0.5 | 0.46 |
| Hex | B2 | 3B | 43 | 0 | 43 | 3E | 1E | 164 | 32 | 2E |
| Octal | 262 | 73 | 103 | 0 | 103 | 76 | 36 | 544 | 62 | 56 |
| Binary | 10110010 | 111011 | 1000011 | 0 | 1000011 | 111110 | 11110 | 101100100 | 110010 | 101110 |
Color Harmonies of #B23B43
Complementary color
Monochromatic Colors of #B23B43
Black with #B23B43
Text Example
Text Example
White with #B23B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23B43; }
p { color: rgb(178,59,67); }
H1.HeaderClassName
{
color: #B23B43;
}
.AnyTagClassName
{
color: #B23B43;
}
</style>
background-color css
<style>
a { background-color: #B23B43; }
a { background-color: rgb(178,59,67); }
div.DivClassName
{
background-color: #B23B43;
}
.BgClassName
{
background-color: #B23B43;
}
</style>
border-color css
<style>
span { border-color: #B23B43; }
span { border-color: rgb(178,59,67); }
td.TdClassName
{
border-color: #B23B43;
}
.TagClassName
{
border-color: #B23B43;
}
</style>