Shades of Old Rose #B33945
Tints of Old Rose #B33945
RGB
CMYK
RGB Variations
Color information
#B33945 (or 0xB33945) is known color: Old Rose. HEX triplet: B3, 39 and 45. RGB value is (179,57,69). Sum of RGB (Red+Green+Blue) = 179+57+69=305 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.69% from 305); Green value is 57 (22.66% from 255 or 18.69% from 305); Blue value is 69 (27.34% from 255 or 22.62% from 305); Max value from RGB is 179 - color contains mainly: red. Hex color #B33945 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33945 is #4CC6BA. Grayscale: #5E5E5E. Windows color (decimal): -5031611 or 4536755. OLE color: 4536755.
HSL color Cylindrical-coordinate representation of color #B33945: hue angle of 354.1º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B33945 is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 57 | 69 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.30 |
| HSL | 354.1º | 0.52% | 0.46% | - |
| HSV(B) | 354.1º | 0.68% | 0.7% | - |
| XYZ | 21.13 | 12.94 | 7.01 | - |
| YUV | 94.85 | 113.42 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 57 | 69 | 0 | 0.68 | 0.61 | 0.30 | 354.1 | 0.52 | 0.46 |
| Hex | B3 | 39 | 45 | 0 | 44 | 3D | 1E | 162 | 34 | 2E |
| Octal | 263 | 71 | 105 | 0 | 104 | 75 | 36 | 542 | 64 | 56 |
| Binary | 10110011 | 111001 | 1000101 | 0 | 1000100 | 111101 | 11110 | 101100010 | 110100 | 101110 |
Color Harmonies of #B33945
Complementary color
Monochromatic Colors of #B33945
Black with #B33945
Text Example
Text Example
White with #B33945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33945; }
p { color: rgb(179,57,69); }
H1.HeaderClassName
{
color: #B33945;
}
.AnyTagClassName
{
color: #B33945;
}
</style>
background-color css
<style>
a { background-color: #B33945; }
a { background-color: rgb(179,57,69); }
div.DivClassName
{
background-color: #B33945;
}
.BgClassName
{
background-color: #B33945;
}
</style>
border-color css
<style>
span { border-color: #B33945; }
span { border-color: rgb(179,57,69); }
td.TdClassName
{
border-color: #B33945;
}
.TagClassName
{
border-color: #B33945;
}
</style>