Shades of Old Rose #B23344
Tints of Old Rose #B23344
RGB
CMYK
RGB Variations
Color information
#B23344 (or 0xB23344) is known color: Old Rose. HEX triplet: B2, 33 and 44. RGB value is (178,51,68). Sum of RGB (Red+Green+Blue) = 178+51+68=297 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.93% from 297); Green value is 51 (20.31% from 255 or 17.17% from 297); Blue value is 68 (26.95% from 255 or 22.90% from 297); Max value from RGB is 178 - color contains mainly: red. Hex color #B23344 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23344 is #4DCCBB. Grayscale: #5A5A5A. Windows color (decimal): -5098684 or 4469682. OLE color: 4469682.
HSL color Cylindrical-coordinate representation of color #B23344: hue angle of 351.97º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B23344 is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 51 | 68 | - |
| CMYK | 0 | 0.71 | 0.62 | 0.30 |
| HSL | 351.97º | 0.55% | 0.45% | - |
| HSV(B) | 351.97º | 0.71% | 0.7% | - |
| XYZ | 20.59 | 12.25 | 6.75 | - |
| YUV | 90.91 | 115.08 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 51 | 68 | 0 | 0.71 | 0.62 | 0.30 | 351.97 | 0.55 | 0.45 |
| Hex | B2 | 33 | 44 | 0 | 47 | 3E | 1E | 160 | 37 | 2D |
| Octal | 262 | 63 | 104 | 0 | 107 | 76 | 36 | 540 | 67 | 55 |
| Binary | 10110010 | 110011 | 1000100 | 0 | 1000111 | 111110 | 11110 | 101100000 | 110111 | 101101 |
Color Harmonies of #B23344
Complementary color
Monochromatic Colors of #B23344
Black with #B23344
Text Example
Text Example
White with #B23344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23344; }
p { color: rgb(178,51,68); }
H1.HeaderClassName
{
color: #B23344;
}
.AnyTagClassName
{
color: #B23344;
}
</style>
background-color css
<style>
a { background-color: #B23344; }
a { background-color: rgb(178,51,68); }
div.DivClassName
{
background-color: #B23344;
}
.BgClassName
{
background-color: #B23344;
}
</style>
border-color css
<style>
span { border-color: #B23344; }
span { border-color: rgb(178,51,68); }
td.TdClassName
{
border-color: #B23344;
}
.TagClassName
{
border-color: #B23344;
}
</style>