Shades of Old Rose #B2304B
Tints of Old Rose #B2304B
RGB
CMYK
RGB Variations
Color information
#B2304B (or 0xB2304B) is known color: Old Rose. HEX triplet: B2, 30 and 4B. RGB value is (178,48,75). Sum of RGB (Red+Green+Blue) = 178+48+75=301 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.14% from 301); Green value is 48 (19.14% from 255 or 15.95% from 301); Blue value is 75 (29.69% from 255 or 24.92% from 301); Max value from RGB is 178 - color contains mainly: red. Hex color #B2304B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2304B is #4DCFB4. Grayscale: #595959. Windows color (decimal): -5099445 or 4927666. OLE color: 4927666.
HSL color Cylindrical-coordinate representation of color #B2304B: hue angle of 347.54º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B2304B is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 48 | 75 | - |
| CMYK | 0 | 0.73 | 0.58 | 0.30 |
| HSL | 347.54º | 0.58% | 0.44% | - |
| HSV(B) | 347.54º | 0.73% | 0.7% | - |
| XYZ | 20.69 | 12.09 | 7.9 | - |
| YUV | 89.95 | 119.57 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 48 | 75 | 0 | 0.73 | 0.58 | 0.30 | 347.54 | 0.58 | 0.44 |
| Hex | B2 | 30 | 4B | 0 | 49 | 3A | 1E | 15C | 3A | 2C |
| Octal | 262 | 60 | 113 | 0 | 111 | 72 | 36 | 534 | 72 | 54 |
| Binary | 10110010 | 110000 | 1001011 | 0 | 1001001 | 111010 | 11110 | 101011100 | 111010 | 101100 |
Color Harmonies of #B2304B
Complementary color
Monochromatic Colors of #B2304B
Black with #B2304B
Text Example
Text Example
White with #B2304B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2304B; }
p { color: rgb(178,48,75); }
H1.HeaderClassName
{
color: #B2304B;
}
.AnyTagClassName
{
color: #B2304B;
}
</style>
background-color css
<style>
a { background-color: #B2304B; }
a { background-color: rgb(178,48,75); }
div.DivClassName
{
background-color: #B2304B;
}
.BgClassName
{
background-color: #B2304B;
}
</style>
border-color css
<style>
span { border-color: #B2304B; }
span { border-color: rgb(178,48,75); }
td.TdClassName
{
border-color: #B2304B;
}
.TagClassName
{
border-color: #B2304B;
}
</style>