Shades of Old Rose #B71E4A
Tints of Old Rose #B71E4A
RGB
CMYK
RGB Variations
Color information
#B71E4A (or 0xB71E4A) is known color: Old Rose. HEX triplet: B7, 1E and 4A. RGB value is (183,30,74). Sum of RGB (Red+Green+Blue) = 183+30+74=287 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.76% from 287); Green value is 30 (12.11% from 255 or 10.45% from 287); Blue value is 74 (29.30% from 255 or 25.78% from 287); Max value from RGB is 183 - color contains mainly: red. Hex color #B71E4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71E4A is #48E1B5. Grayscale: #505050. Windows color (decimal): -4776374 or 4857527. OLE color: 4857527.
HSL color Cylindrical-coordinate representation of color #B71E4A: hue angle of 342.75º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B71E4A is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 30 | 74 | - |
| CMYK | 0 | 0.84 | 0.60 | 0.28 |
| HSL | 342.75º | 0.72% | 0.42% | - |
| HSV(B) | 342.75º | 0.84% | 0.72% | - |
| XYZ | 21.23 | 11.49 | 7.58 | - |
| YUV | 80.76 | 124.19 | 200.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 30 | 74 | 0 | 0.84 | 0.60 | 0.28 | 342.75 | 0.72 | 0.42 |
| Hex | B7 | 1E | 4A | 0 | 54 | 3C | 1C | 157 | 48 | 2A |
| Octal | 267 | 36 | 112 | 0 | 124 | 74 | 34 | 527 | 110 | 52 |
| Binary | 10110111 | 11110 | 1001010 | 0 | 1010100 | 111100 | 11100 | 101010111 | 1001000 | 101010 |
Color Harmonies of #B71E4A
Complementary color
Monochromatic Colors of #B71E4A
Black with #B71E4A
Text Example
Text Example
White with #B71E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71E4A; }
p { color: rgb(183,30,74); }
H1.HeaderClassName
{
color: #B71E4A;
}
.AnyTagClassName
{
color: #B71E4A;
}
</style>
background-color css
<style>
a { background-color: #B71E4A; }
a { background-color: rgb(183,30,74); }
div.DivClassName
{
background-color: #B71E4A;
}
.BgClassName
{
background-color: #B71E4A;
}
</style>
border-color css
<style>
span { border-color: #B71E4A; }
span { border-color: rgb(183,30,74); }
td.TdClassName
{
border-color: #B71E4A;
}
.TagClassName
{
border-color: #B71E4A;
}
</style>