Shades of Old Rose #B33341
Tints of Old Rose #B33341
RGB
CMYK
RGB Variations
Color information
#B33341 (or 0xB33341) is known color: Old Rose. HEX triplet: B3, 33 and 41. RGB value is (179,51,65). Sum of RGB (Red+Green+Blue) = 179+51+65=295 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.68% from 295); Green value is 51 (20.31% from 255 or 17.29% from 295); Blue value is 65 (25.78% from 255 or 22.03% from 295); Max value from RGB is 179 - color contains mainly: red. Hex color #B33341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33341 is #4CCCBE. Grayscale: #5A5A5A. Windows color (decimal): -5033151 or 4273075. OLE color: 4273075.
HSL color Cylindrical-coordinate representation of color #B33341: hue angle of 353.44º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B33341 is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 51 | 65 | - |
| CMYK | 0 | 0.72 | 0.64 | 0.30 |
| HSL | 353.44º | 0.56% | 0.45% | - |
| HSV(B) | 353.44º | 0.72% | 0.7% | - |
| XYZ | 20.73 | 12.33 | 6.29 | - |
| YUV | 90.87 | 113.41 | 190.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 51 | 65 | 0 | 0.72 | 0.64 | 0.30 | 353.44 | 0.56 | 0.45 |
| Hex | B3 | 33 | 41 | 0 | 48 | 40 | 1E | 161 | 38 | 2D |
| Octal | 263 | 63 | 101 | 0 | 110 | 100 | 36 | 541 | 70 | 55 |
| Binary | 10110011 | 110011 | 1000001 | 0 | 1001000 | 1000000 | 11110 | 101100001 | 111000 | 101101 |
Color Harmonies of #B33341
Complementary color
Monochromatic Colors of #B33341
Black with #B33341
Text Example
Text Example
White with #B33341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33341; }
p { color: rgb(179,51,65); }
H1.HeaderClassName
{
color: #B33341;
}
.AnyTagClassName
{
color: #B33341;
}
</style>
background-color css
<style>
a { background-color: #B33341; }
a { background-color: rgb(179,51,65); }
div.DivClassName
{
background-color: #B33341;
}
.BgClassName
{
background-color: #B33341;
}
</style>
border-color css
<style>
span { border-color: #B33341; }
span { border-color: rgb(179,51,65); }
td.TdClassName
{
border-color: #B33341;
}
.TagClassName
{
border-color: #B33341;
}
</style>