Shades of Old Rose #B23D44
Tints of Old Rose #B23D44
RGB
CMYK
RGB Variations
Color information
#B23D44 (or 0xB23D44) is known color: Old Rose. HEX triplet: B2, 3D and 44. RGB value is (178,61,68). Sum of RGB (Red+Green+Blue) = 178+61+68=307 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.98% from 307); Green value is 61 (24.22% from 255 or 19.87% from 307); Blue value is 68 (26.95% from 255 or 22.15% from 307); Max value from RGB is 178 - color contains mainly: red. Hex color #B23D44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23D44 is #4DC2BB. Grayscale: #606060. Windows color (decimal): -5096124 or 4472242. OLE color: 4472242.
HSL color Cylindrical-coordinate representation of color #B23D44: hue angle of 356.41º 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 #B23D44 is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 61 | 68 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.30 |
| HSL | 356.41º | 0.49% | 0.47% | - |
| HSV(B) | 356.41º | 0.66% | 0.7% | - |
| XYZ | 21.07 | 13.22 | 6.91 | - |
| YUV | 96.78 | 111.76 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 61 | 68 | 0 | 0.66 | 0.62 | 0.30 | 356.41 | 0.49 | 0.47 |
| Hex | B2 | 3D | 44 | 0 | 42 | 3E | 1E | 164 | 31 | 2F |
| Octal | 262 | 75 | 104 | 0 | 102 | 76 | 36 | 544 | 61 | 57 |
| Binary | 10110010 | 111101 | 1000100 | 0 | 1000010 | 111110 | 11110 | 101100100 | 110001 | 101111 |
Color Harmonies of #B23D44
Complementary color
Monochromatic Colors of #B23D44
Black with #B23D44
Text Example
Text Example
White with #B23D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23D44; }
p { color: rgb(178,61,68); }
H1.HeaderClassName
{
color: #B23D44;
}
.AnyTagClassName
{
color: #B23D44;
}
</style>
background-color css
<style>
a { background-color: #B23D44; }
a { background-color: rgb(178,61,68); }
div.DivClassName
{
background-color: #B23D44;
}
.BgClassName
{
background-color: #B23D44;
}
</style>
border-color css
<style>
span { border-color: #B23D44; }
span { border-color: rgb(178,61,68); }
td.TdClassName
{
border-color: #B23D44;
}
.TagClassName
{
border-color: #B23D44;
}
</style>