Shades of Old Rose #B5235A
Tints of Old Rose #B5235A
RGB
CMYK
RGB Variations
Color information
#B5235A (or 0xB5235A) is known color: Old Rose. HEX triplet: B5, 23 and 5A. RGB value is (181,35,90). Sum of RGB (Red+Green+Blue) = 181+35+90=306 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.15% from 306); Green value is 35 (14.06% from 255 or 11.44% from 306); Blue value is 90 (35.55% from 255 or 29.41% from 306); Max value from RGB is 181 - color contains mainly: red. Hex color #B5235A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5235A is #4ADCA5. Grayscale: #545454. Windows color (decimal): -4906150 or 5907381. OLE color: 5907381.
HSL color Cylindrical-coordinate representation of color #B5235A: hue angle of 337.4º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B5235A is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.29.
Color convert
RGB | 181 | 35 | 90 | - |
CMYK | 0 | 0.81 | 0.50 | 0.29 |
HSL | 337.4º | 0.68% | 0.42% | - |
HSV(B) | 337.4º | 0.81% | 0.71% | - |
XYZ | 21.5 | 11.76 | 10.81 | - |
YUV | 84.92 | 130.87 | 196.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 35 | 90 | 0 | 0.81 | 0.50 | 0.29 | 337.4 | 0.68 | 0.42 |
Hex | B5 | 23 | 5A | 0 | 51 | 32 | 1D | 151 | 44 | 2A |
Octal | 265 | 43 | 132 | 0 | 121 | 62 | 35 | 521 | 104 | 52 |
Binary | 10110101 | 100011 | 1011010 | 0 | 1010001 | 110010 | 11101 | 101010001 | 1000100 | 101010 |
Color Harmonies of #B5235A
Complementary color
Monochromatic Colors of #B5235A
Black with #B5235A
Text Example
Text Example
White with #B5235A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5235A; }
p { color: rgb(181,35,90); }
H1.HeaderClassName
{
color: #B5235A;
}
.AnyTagClassName
{
color: #B5235A;
}
</style>
background-color css
<style>
a { background-color: #B5235A; }
a { background-color: rgb(181,35,90); }
div.DivClassName
{
background-color: #B5235A;
}
.BgClassName
{
background-color: #B5235A;
}
</style>
border-color css
<style>
span { border-color: #B5235A; }
span { border-color: rgb(181,35,90); }
td.TdClassName
{
border-color: #B5235A;
}
.TagClassName
{
border-color: #B5235A;
}
</style>