Shades of Old Rose #B83443
Tints of Old Rose #B83443
RGB
CMYK
RGB Variations
Color information
#B83443 (or 0xB83443) is known color: Old Rose. HEX triplet: B8, 34 and 43. RGB value is (184,52,67). Sum of RGB (Red+Green+Blue) = 184+52+67=303 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.73% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 67 (26.56% from 255 or 22.11% from 303); Max value from RGB is 184 - color contains mainly: red. Hex color #B83443 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83443 is #47CBBC. Grayscale: #5D5D5D. Windows color (decimal): -4705213 or 4404408. OLE color: 4404408.
HSL color Cylindrical-coordinate representation of color #B83443: hue angle of 353.18º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B83443 is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 52 | 67 | - |
| CMYK | 0 | 0.72 | 0.64 | 0.28 |
| HSL | 353.18º | 0.56% | 0.46% | - |
| HSV(B) | 353.18º | 0.72% | 0.72% | - |
| XYZ | 22.01 | 13.05 | 6.67 | - |
| YUV | 93.18 | 113.23 | 192.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 52 | 67 | 0 | 0.72 | 0.64 | 0.28 | 353.18 | 0.56 | 0.46 |
| Hex | B8 | 34 | 43 | 0 | 48 | 40 | 1C | 161 | 38 | 2E |
| Octal | 270 | 64 | 103 | 0 | 110 | 100 | 34 | 541 | 70 | 56 |
| Binary | 10111000 | 110100 | 1000011 | 0 | 1001000 | 1000000 | 11100 | 101100001 | 111000 | 101110 |
Color Harmonies of #B83443
Complementary color
Monochromatic Colors of #B83443
Black with #B83443
Text Example
Text Example
White with #B83443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83443; }
p { color: rgb(184,52,67); }
H1.HeaderClassName
{
color: #B83443;
}
.AnyTagClassName
{
color: #B83443;
}
</style>
background-color css
<style>
a { background-color: #B83443; }
a { background-color: rgb(184,52,67); }
div.DivClassName
{
background-color: #B83443;
}
.BgClassName
{
background-color: #B83443;
}
</style>
border-color css
<style>
span { border-color: #B83443; }
span { border-color: rgb(184,52,67); }
td.TdClassName
{
border-color: #B83443;
}
.TagClassName
{
border-color: #B83443;
}
</style>