Shades of Old Rose #B3204A
Tints of Old Rose #B3204A
RGB
CMYK
RGB Variations
Color information
#B3204A (or 0xB3204A) is known color: Old Rose. HEX triplet: B3, 20 and 4A. RGB value is (179,32,74). Sum of RGB (Red+Green+Blue) = 179+32+74=285 (37% of max value = 765). Red value is 179 (70.31% from 255 or 62.81% from 285); Green value is 32 (12.89% from 255 or 11.23% from 285); Blue value is 74 (29.30% from 255 or 25.96% from 285); Max value from RGB is 179 - color contains mainly: red. Hex color #B3204A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3204A is #4CDFB5. Grayscale: #505050. Windows color (decimal): -5038006 or 4858035. OLE color: 4858035.
HSL color Cylindrical-coordinate representation of color #B3204A: hue angle of 342.86º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B3204A is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 32 | 74 | - |
| CMYK | 0 | 0.82 | 0.59 | 0.30 |
| HSL | 342.86º | 0.7% | 0.41% | - |
| HSV(B) | 342.86º | 0.82% | 0.7% | - |
| XYZ | 20.34 | 11.11 | 7.55 | - |
| YUV | 80.74 | 124.2 | 198.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 32 | 74 | 0 | 0.82 | 0.59 | 0.30 | 342.86 | 0.7 | 0.41 |
| Hex | B3 | 20 | 4A | 0 | 52 | 3B | 1E | 157 | 46 | 29 |
| Octal | 263 | 40 | 112 | 0 | 122 | 73 | 36 | 527 | 106 | 51 |
| Binary | 10110011 | 100000 | 1001010 | 0 | 1010010 | 111011 | 11110 | 101010111 | 1000110 | 101001 |
Color Harmonies of #B3204A
Complementary color
Monochromatic Colors of #B3204A
Black with #B3204A
Text Example
Text Example
White with #B3204A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3204A; }
p { color: rgb(179,32,74); }
H1.HeaderClassName
{
color: #B3204A;
}
.AnyTagClassName
{
color: #B3204A;
}
</style>
background-color css
<style>
a { background-color: #B3204A; }
a { background-color: rgb(179,32,74); }
div.DivClassName
{
background-color: #B3204A;
}
.BgClassName
{
background-color: #B3204A;
}
</style>
border-color css
<style>
span { border-color: #B3204A; }
span { border-color: rgb(179,32,74); }
td.TdClassName
{
border-color: #B3204A;
}
.TagClassName
{
border-color: #B3204A;
}
</style>