Shades of Old Rose #B52343
Tints of Old Rose #B52343
RGB
CMYK
RGB Variations
Color information
#B52343 (or 0xB52343) is known color: Old Rose. HEX triplet: B5, 23 and 43. RGB value is (181,35,67). Sum of RGB (Red+Green+Blue) = 181+35+67=283 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.96% from 283); Green value is 35 (14.06% from 255 or 12.37% from 283); Blue value is 67 (26.56% from 255 or 23.67% from 283); Max value from RGB is 181 - color contains mainly: red. Hex color #B52343 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52343 is #4ADCBC. Grayscale: #525252. Windows color (decimal): -4906173 or 4400053. OLE color: 4400053.
HSL color Cylindrical-coordinate representation of color #B52343: hue angle of 346.85º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B52343 is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 35 | 67 | - |
| CMYK | 0 | 0.81 | 0.63 | 0.29 |
| HSL | 346.85º | 0.68% | 0.42% | - |
| HSV(B) | 346.85º | 0.81% | 0.71% | - |
| XYZ | 20.67 | 11.43 | 6.43 | - |
| YUV | 82.3 | 119.37 | 198.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 35 | 67 | 0 | 0.81 | 0.63 | 0.29 | 346.85 | 0.68 | 0.42 |
| Hex | B5 | 23 | 43 | 0 | 51 | 3F | 1D | 15B | 44 | 2A |
| Octal | 265 | 43 | 103 | 0 | 121 | 77 | 35 | 533 | 104 | 52 |
| Binary | 10110101 | 100011 | 1000011 | 0 | 1010001 | 111111 | 11101 | 101011011 | 1000100 | 101010 |
Color Harmonies of #B52343
Complementary color
Monochromatic Colors of #B52343
Black with #B52343
Text Example
Text Example
White with #B52343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52343; }
p { color: rgb(181,35,67); }
H1.HeaderClassName
{
color: #B52343;
}
.AnyTagClassName
{
color: #B52343;
}
</style>
background-color css
<style>
a { background-color: #B52343; }
a { background-color: rgb(181,35,67); }
div.DivClassName
{
background-color: #B52343;
}
.BgClassName
{
background-color: #B52343;
}
</style>
border-color css
<style>
span { border-color: #B52343; }
span { border-color: rgb(181,35,67); }
td.TdClassName
{
border-color: #B52343;
}
.TagClassName
{
border-color: #B52343;
}
</style>