Shades of Old Rose #B23844
Tints of Old Rose #B23844
RGB
CMYK
RGB Variations
Color information
#B23844 (or 0xB23844) is known color: Old Rose. HEX triplet: B2, 38 and 44. RGB value is (178,56,68). Sum of RGB (Red+Green+Blue) = 178+56+68=302 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.94% from 302); Green value is 56 (22.27% from 255 or 18.54% from 302); Blue value is 68 (26.95% from 255 or 22.52% from 302); Max value from RGB is 178 - color contains mainly: red. Hex color #B23844 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23844 is #4DC7BB. Grayscale: #5D5D5D. Windows color (decimal): -5097404 or 4470962. OLE color: 4470962.
HSL color Cylindrical-coordinate representation of color #B23844: hue angle of 354.1º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B23844 is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 56 | 68 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.30 |
| HSL | 354.1º | 0.52% | 0.46% | - |
| HSV(B) | 354.1º | 0.69% | 0.7% | - |
| XYZ | 20.82 | 12.71 | 6.83 | - |
| YUV | 93.85 | 113.42 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 56 | 68 | 0 | 0.69 | 0.62 | 0.30 | 354.1 | 0.52 | 0.46 |
| Hex | B2 | 38 | 44 | 0 | 45 | 3E | 1E | 162 | 34 | 2E |
| Octal | 262 | 70 | 104 | 0 | 105 | 76 | 36 | 542 | 64 | 56 |
| Binary | 10110010 | 111000 | 1000100 | 0 | 1000101 | 111110 | 11110 | 101100010 | 110100 | 101110 |
Color Harmonies of #B23844
Complementary color
Monochromatic Colors of #B23844
Black with #B23844
Text Example
Text Example
White with #B23844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23844; }
p { color: rgb(178,56,68); }
H1.HeaderClassName
{
color: #B23844;
}
.AnyTagClassName
{
color: #B23844;
}
</style>
background-color css
<style>
a { background-color: #B23844; }
a { background-color: rgb(178,56,68); }
div.DivClassName
{
background-color: #B23844;
}
.BgClassName
{
background-color: #B23844;
}
</style>
border-color css
<style>
span { border-color: #B23844; }
span { border-color: rgb(178,56,68); }
td.TdClassName
{
border-color: #B23844;
}
.TagClassName
{
border-color: #B23844;
}
</style>