Shades of Old Rose #B2374A
Tints of Old Rose #B2374A
RGB
CMYK
RGB Variations
Color information
#B2374A (or 0xB2374A) is known color: Old Rose. HEX triplet: B2, 37 and 4A. RGB value is (178,55,74). Sum of RGB (Red+Green+Blue) = 178+55+74=307 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.98% from 307); Green value is 55 (21.88% from 255 or 17.92% from 307); Blue value is 74 (29.30% from 255 or 24.10% from 307); Max value from RGB is 178 - color contains mainly: red. Hex color #B2374A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2374A is #4DC8B5. Grayscale: #5D5D5D. Windows color (decimal): -5097654 or 4863922. OLE color: 4863922.
HSL color Cylindrical-coordinate representation of color #B2374A: hue angle of 350.73º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B2374A is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 55 | 74 | - |
| CMYK | 0 | 0.69 | 0.58 | 0.30 |
| HSL | 350.73º | 0.53% | 0.46% | - |
| HSV(B) | 350.73º | 0.69% | 0.7% | - |
| XYZ | 20.96 | 12.69 | 7.82 | - |
| YUV | 93.94 | 116.75 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 55 | 74 | 0 | 0.69 | 0.58 | 0.30 | 350.73 | 0.53 | 0.46 |
| Hex | B2 | 37 | 4A | 0 | 45 | 3A | 1E | 15F | 35 | 2E |
| Octal | 262 | 67 | 112 | 0 | 105 | 72 | 36 | 537 | 65 | 56 |
| Binary | 10110010 | 110111 | 1001010 | 0 | 1000101 | 111010 | 11110 | 101011111 | 110101 | 101110 |
Color Harmonies of #B2374A
Complementary color
Monochromatic Colors of #B2374A
Black with #B2374A
Text Example
Text Example
White with #B2374A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2374A; }
p { color: rgb(178,55,74); }
H1.HeaderClassName
{
color: #B2374A;
}
.AnyTagClassName
{
color: #B2374A;
}
</style>
background-color css
<style>
a { background-color: #B2374A; }
a { background-color: rgb(178,55,74); }
div.DivClassName
{
background-color: #B2374A;
}
.BgClassName
{
background-color: #B2374A;
}
</style>
border-color css
<style>
span { border-color: #B2374A; }
span { border-color: rgb(178,55,74); }
td.TdClassName
{
border-color: #B2374A;
}
.TagClassName
{
border-color: #B2374A;
}
</style>