Shades of Old Rose #B2235A
Tints of Old Rose #B2235A
RGB
CMYK
RGB Variations
Color information
#B2235A (or 0xB2235A) is known color: Old Rose. HEX triplet: B2, 23 and 5A. RGB value is (178,35,90). Sum of RGB (Red+Green+Blue) = 178+35+90=303 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.75% from 303); Green value is 35 (14.06% from 255 or 11.55% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 178 - color contains mainly: red. Hex color #B2235A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2235A is #4DDCA5. Grayscale: #535353. Windows color (decimal): -5102758 or 5907378. OLE color: 5907378.
HSL color Cylindrical-coordinate representation of color #B2235A: hue angle of 336.92º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B2235A is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 35 | 90 | - |
| CMYK | 0 | 0.80 | 0.49 | 0.30 |
| HSL | 336.92º | 0.67% | 0.42% | - |
| HSV(B) | 336.92º | 0.8% | 0.7% | - |
| XYZ | 20.81 | 11.41 | 10.78 | - |
| YUV | 84.03 | 131.38 | 195.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 35 | 90 | 0 | 0.80 | 0.49 | 0.30 | 336.92 | 0.67 | 0.42 |
| Hex | B2 | 23 | 5A | 0 | 50 | 31 | 1E | 151 | 43 | 2A |
| Octal | 262 | 43 | 132 | 0 | 120 | 61 | 36 | 521 | 103 | 52 |
| Binary | 10110010 | 100011 | 1011010 | 0 | 1010000 | 110001 | 11110 | 101010001 | 1000011 | 101010 |
Color Harmonies of #B2235A
Complementary color
Monochromatic Colors of #B2235A
Black with #B2235A
Text Example
Text Example
White with #B2235A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2235A; }
p { color: rgb(178,35,90); }
H1.HeaderClassName
{
color: #B2235A;
}
.AnyTagClassName
{
color: #B2235A;
}
</style>
background-color css
<style>
a { background-color: #B2235A; }
a { background-color: rgb(178,35,90); }
div.DivClassName
{
background-color: #B2235A;
}
.BgClassName
{
background-color: #B2235A;
}
</style>
border-color css
<style>
span { border-color: #B2235A; }
span { border-color: rgb(178,35,90); }
td.TdClassName
{
border-color: #B2235A;
}
.TagClassName
{
border-color: #B2235A;
}
</style>