Shades of Old Rose #B83545
Tints of Old Rose #B83545
RGB
CMYK
RGB Variations
Color information
#B83545 (or 0xB83545) is known color: Old Rose. HEX triplet: B8, 35 and 45. RGB value is (184,53,69). Sum of RGB (Red+Green+Blue) = 184+53+69=306 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.13% from 306); Green value is 53 (21.09% from 255 or 17.32% from 306); Blue value is 69 (27.34% from 255 or 22.55% from 306); Max value from RGB is 184 - color contains mainly: red. Hex color #B83545 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83545 is #47CABA. Grayscale: #5E5E5E. Windows color (decimal): -4704955 or 4535736. OLE color: 4535736.
HSL color Cylindrical-coordinate representation of color #B83545: hue angle of 352.67º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B83545 is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 53 | 69 | - |
| CMYK | 0 | 0.71 | 0.62 | 0.28 |
| HSL | 352.67º | 0.55% | 0.46% | - |
| HSV(B) | 352.67º | 0.71% | 0.72% | - |
| XYZ | 22.11 | 13.17 | 7.01 | - |
| YUV | 93.99 | 113.9 | 192.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 53 | 69 | 0 | 0.71 | 0.62 | 0.28 | 352.67 | 0.55 | 0.46 |
| Hex | B8 | 35 | 45 | 0 | 47 | 3E | 1C | 161 | 37 | 2E |
| Octal | 270 | 65 | 105 | 0 | 107 | 76 | 34 | 541 | 67 | 56 |
| Binary | 10111000 | 110101 | 1000101 | 0 | 1000111 | 111110 | 11100 | 101100001 | 110111 | 101110 |
Color Harmonies of #B83545
Complementary color
Monochromatic Colors of #B83545
Black with #B83545
Text Example
Text Example
White with #B83545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83545; }
p { color: rgb(184,53,69); }
H1.HeaderClassName
{
color: #B83545;
}
.AnyTagClassName
{
color: #B83545;
}
</style>
background-color css
<style>
a { background-color: #B83545; }
a { background-color: rgb(184,53,69); }
div.DivClassName
{
background-color: #B83545;
}
.BgClassName
{
background-color: #B83545;
}
</style>
border-color css
<style>
span { border-color: #B83545; }
span { border-color: rgb(184,53,69); }
td.TdClassName
{
border-color: #B83545;
}
.TagClassName
{
border-color: #B83545;
}
</style>