Shades of Old Rose #B23D46
Tints of Old Rose #B23D46
RGB
CMYK
RGB Variations
Color information
#B23D46 (or 0xB23D46) is known color: Old Rose. HEX triplet: B2, 3D and 46. RGB value is (178,61,70). Sum of RGB (Red+Green+Blue) = 178+61+70=309 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.61% from 309); Green value is 61 (24.22% from 255 or 19.74% from 309); Blue value is 70 (27.73% from 255 or 22.65% from 309); Max value from RGB is 178 - color contains mainly: red. Hex color #B23D46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23D46 is #4DC2B9. Grayscale: #616161. Windows color (decimal): -5096122 or 4603314. OLE color: 4603314.
HSL color Cylindrical-coordinate representation of color #B23D46: hue angle of 355.38º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B23D46 is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 61 | 70 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.30 |
| HSL | 355.38º | 0.49% | 0.47% | - |
| HSV(B) | 355.38º | 0.66% | 0.7% | - |
| XYZ | 21.13 | 13.24 | 7.24 | - |
| YUV | 97.01 | 112.76 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 61 | 70 | 0 | 0.66 | 0.61 | 0.30 | 355.38 | 0.49 | 0.47 |
| Hex | B2 | 3D | 46 | 0 | 42 | 3D | 1E | 163 | 31 | 2F |
| Octal | 262 | 75 | 106 | 0 | 102 | 75 | 36 | 543 | 61 | 57 |
| Binary | 10110010 | 111101 | 1000110 | 0 | 1000010 | 111101 | 11110 | 101100011 | 110001 | 101111 |
Color Harmonies of #B23D46
Complementary color
Monochromatic Colors of #B23D46
Black with #B23D46
Text Example
Text Example
White with #B23D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23D46; }
p { color: rgb(178,61,70); }
H1.HeaderClassName
{
color: #B23D46;
}
.AnyTagClassName
{
color: #B23D46;
}
</style>
background-color css
<style>
a { background-color: #B23D46; }
a { background-color: rgb(178,61,70); }
div.DivClassName
{
background-color: #B23D46;
}
.BgClassName
{
background-color: #B23D46;
}
</style>
border-color css
<style>
span { border-color: #B23D46; }
span { border-color: rgb(178,61,70); }
td.TdClassName
{
border-color: #B23D46;
}
.TagClassName
{
border-color: #B23D46;
}
</style>