Shades of Old Rose #B3194F
Tints of Old Rose #B3194F
RGB
CMYK
RGB Variations
Color information
#B3194F (or 0xB3194F) is known color: Old Rose. HEX triplet: B3, 19 and 4F. RGB value is (179,25,79). Sum of RGB (Red+Green+Blue) = 179+25+79=283 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.25% from 283); Green value is 25 (10.16% from 255 or 8.83% from 283); Blue value is 79 (31.25% from 255 or 27.92% from 283); Max value from RGB is 179 - color contains mainly: red. Hex color #B3194F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3194F is #4CE6B0. Grayscale: #4D4D4D. Windows color (decimal): -5039793 or 5183923. OLE color: 5183923.
HSL color Cylindrical-coordinate representation of color #B3194F: hue angle of 338.96º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B3194F is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 25 | 79 | - |
| CMYK | 0 | 0.86 | 0.56 | 0.30 |
| HSL | 338.96º | 0.75% | 0.4% | - |
| HSV(B) | 338.96º | 0.86% | 0.7% | - |
| XYZ | 20.35 | 10.84 | 8.42 | - |
| YUV | 77.2 | 129.02 | 200.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 25 | 79 | 0 | 0.86 | 0.56 | 0.30 | 338.96 | 0.75 | 0.4 |
| Hex | B3 | 19 | 4F | 0 | 56 | 38 | 1E | 153 | 4B | 28 |
| Octal | 263 | 31 | 117 | 0 | 126 | 70 | 36 | 523 | 113 | 50 |
| Binary | 10110011 | 11001 | 1001111 | 0 | 1010110 | 111000 | 11110 | 101010011 | 1001011 | 101000 |
Color Harmonies of #B3194F
Complementary color
Monochromatic Colors of #B3194F
Black with #B3194F
Text Example
Text Example
White with #B3194F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3194F; }
p { color: rgb(179,25,79); }
H1.HeaderClassName
{
color: #B3194F;
}
.AnyTagClassName
{
color: #B3194F;
}
</style>
background-color css
<style>
a { background-color: #B3194F; }
a { background-color: rgb(179,25,79); }
div.DivClassName
{
background-color: #B3194F;
}
.BgClassName
{
background-color: #B3194F;
}
</style>
border-color css
<style>
span { border-color: #B3194F; }
span { border-color: rgb(179,25,79); }
td.TdClassName
{
border-color: #B3194F;
}
.TagClassName
{
border-color: #B3194F;
}
</style>