Shades of Old Rose #B43843
Tints of Old Rose #B43843
RGB
CMYK
RGB Variations
Color information
#B43843 (or 0xB43843) is known color: Old Rose. HEX triplet: B4, 38 and 43. RGB value is (180,56,67). Sum of RGB (Red+Green+Blue) = 180+56+67=303 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.41% from 303); Green value is 56 (22.27% from 255 or 18.48% from 303); Blue value is 67 (26.56% from 255 or 22.11% from 303); Max value from RGB is 180 - color contains mainly: red. Hex color #B43843 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43843 is #4BC7BC. Grayscale: #5E5E5E. Windows color (decimal): -4966333 or 4405428. OLE color: 4405428.
HSL color Cylindrical-coordinate representation of color #B43843: hue angle of 354.68º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B43843 is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 56 | 67 | - |
| CMYK | 0 | 0.69 | 0.63 | 0.29 |
| HSL | 354.68º | 0.53% | 0.46% | - |
| HSV(B) | 354.68º | 0.69% | 0.71% | - |
| XYZ | 21.25 | 12.94 | 6.69 | - |
| YUV | 94.33 | 112.58 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 56 | 67 | 0 | 0.69 | 0.63 | 0.29 | 354.68 | 0.53 | 0.46 |
| Hex | B4 | 38 | 43 | 0 | 45 | 3F | 1D | 163 | 35 | 2E |
| Octal | 264 | 70 | 103 | 0 | 105 | 77 | 35 | 543 | 65 | 56 |
| Binary | 10110100 | 111000 | 1000011 | 0 | 1000101 | 111111 | 11101 | 101100011 | 110101 | 101110 |
Color Harmonies of #B43843
Complementary color
Monochromatic Colors of #B43843
Black with #B43843
Text Example
Text Example
White with #B43843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43843; }
p { color: rgb(180,56,67); }
H1.HeaderClassName
{
color: #B43843;
}
.AnyTagClassName
{
color: #B43843;
}
</style>
background-color css
<style>
a { background-color: #B43843; }
a { background-color: rgb(180,56,67); }
div.DivClassName
{
background-color: #B43843;
}
.BgClassName
{
background-color: #B43843;
}
</style>
border-color css
<style>
span { border-color: #B43843; }
span { border-color: rgb(180,56,67); }
td.TdClassName
{
border-color: #B43843;
}
.TagClassName
{
border-color: #B43843;
}
</style>