Shades of Old Rose #B23B42
Tints of Old Rose #B23B42
RGB
CMYK
RGB Variations
Color information
#B23B42 (or 0xB23B42) is known color: Old Rose. HEX triplet: B2, 3B and 42. RGB value is (178,59,66). Sum of RGB (Red+Green+Blue) = 178+59+66=303 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.75% from 303); Green value is 59 (23.44% from 255 or 19.47% from 303); Blue value is 66 (26.17% from 255 or 21.78% from 303); Max value from RGB is 178 - color contains mainly: red. Hex color #B23B42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23B42 is #4DC4BD. Grayscale: #5F5F5F. Windows color (decimal): -5096638 or 4340658. OLE color: 4340658.
HSL color Cylindrical-coordinate representation of color #B23B42: hue angle of 356.47º 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 #B23B42 is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 59 | 66 | - |
| CMYK | 0 | 0.67 | 0.63 | 0.30 |
| HSL | 356.47º | 0.5% | 0.46% | - |
| HSV(B) | 356.47º | 0.67% | 0.7% | - |
| XYZ | 20.91 | 12.99 | 6.56 | - |
| YUV | 95.38 | 111.42 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 59 | 66 | 0 | 0.67 | 0.63 | 0.30 | 356.47 | 0.5 | 0.46 |
| Hex | B2 | 3B | 42 | 0 | 43 | 3F | 1E | 164 | 32 | 2E |
| Octal | 262 | 73 | 102 | 0 | 103 | 77 | 36 | 544 | 62 | 56 |
| Binary | 10110010 | 111011 | 1000010 | 0 | 1000011 | 111111 | 11110 | 101100100 | 110010 | 101110 |
Color Harmonies of #B23B42
Complementary color
Monochromatic Colors of #B23B42
Black with #B23B42
Text Example
Text Example
White with #B23B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23B42; }
p { color: rgb(178,59,66); }
H1.HeaderClassName
{
color: #B23B42;
}
.AnyTagClassName
{
color: #B23B42;
}
</style>
background-color css
<style>
a { background-color: #B23B42; }
a { background-color: rgb(178,59,66); }
div.DivClassName
{
background-color: #B23B42;
}
.BgClassName
{
background-color: #B23B42;
}
</style>
border-color css
<style>
span { border-color: #B23B42; }
span { border-color: rgb(178,59,66); }
td.TdClassName
{
border-color: #B23B42;
}
.TagClassName
{
border-color: #B23B42;
}
</style>