Shades of Old Rose #B54345
Tints of Old Rose #B54345
RGB
CMYK
RGB Variations
Color information
#B54345 (or 0xB54345) is known color: Old Rose. HEX triplet: B5, 43 and 45. RGB value is (181,67,69). Sum of RGB (Red+Green+Blue) = 181+67+69=317 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.10% from 317); Green value is 67 (26.56% from 255 or 21.14% from 317); Blue value is 69 (27.34% from 255 or 21.77% from 317); Max value from RGB is 181 - color contains mainly: red. Hex color #B54345 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54345 is #4ABCBA. Grayscale: #656565. Windows color (decimal): -4897979 or 4539317. OLE color: 4539317.
HSL color Cylindrical-coordinate representation of color #B54345: hue angle of 358.95º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B54345 is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 67 | 69 | - |
| CMYK | 0 | 0.63 | 0.62 | 0.29 |
| HSL | 358.95º | 0.46% | 0.49% | - |
| HSV(B) | 358.95º | 0.63% | 0.71% | - |
| XYZ | 22.14 | 14.27 | 7.22 | - |
| YUV | 101.31 | 109.77 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 67 | 69 | 0 | 0.63 | 0.62 | 0.29 | 358.95 | 0.46 | 0.49 |
| Hex | B5 | 43 | 45 | 0 | 3F | 3E | 1D | 167 | 2E | 31 |
| Octal | 265 | 103 | 105 | 0 | 77 | 76 | 35 | 547 | 56 | 61 |
| Binary | 10110101 | 1000011 | 1000101 | 0 | 111111 | 111110 | 11101 | 101100111 | 101110 | 110001 |
Color Harmonies of #B54345
Complementary color
Monochromatic Colors of #B54345
Black with #B54345
Text Example
Text Example
White with #B54345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54345; }
p { color: rgb(181,67,69); }
H1.HeaderClassName
{
color: #B54345;
}
.AnyTagClassName
{
color: #B54345;
}
</style>
background-color css
<style>
a { background-color: #B54345; }
a { background-color: rgb(181,67,69); }
div.DivClassName
{
background-color: #B54345;
}
.BgClassName
{
background-color: #B54345;
}
</style>
border-color css
<style>
span { border-color: #B54345; }
span { border-color: rgb(181,67,69); }
td.TdClassName
{
border-color: #B54345;
}
.TagClassName
{
border-color: #B54345;
}
</style>