Shades of Old Rose #B12343
Tints of Old Rose #B12343
RGB
CMYK
RGB Variations
Color information
#B12343 (or 0xB12343) is known color: Old Rose. HEX triplet: B1, 23 and 43. RGB value is (177,35,67). Sum of RGB (Red+Green+Blue) = 177+35+67=279 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.44% from 279); Green value is 35 (14.06% from 255 or 12.54% from 279); Blue value is 67 (26.56% from 255 or 24.01% from 279); Max value from RGB is 177 - color contains mainly: red. Hex color #B12343 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12343 is #4EDCBC. Grayscale: #515151. Windows color (decimal): -5168317 or 4400049. OLE color: 4400049.
HSL color Cylindrical-coordinate representation of color #B12343: hue angle of 346.48º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B12343 is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 35 | 67 | - |
| CMYK | 0 | 0.80 | 0.62 | 0.31 |
| HSL | 346.48º | 0.67% | 0.42% | - |
| HSV(B) | 346.48º | 0.8% | 0.69% | - |
| XYZ | 19.75 | 10.95 | 6.38 | - |
| YUV | 81.11 | 120.04 | 196.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 35 | 67 | 0 | 0.80 | 0.62 | 0.31 | 346.48 | 0.67 | 0.42 |
| Hex | B1 | 23 | 43 | 0 | 50 | 3E | 1F | 15A | 43 | 2A |
| Octal | 261 | 43 | 103 | 0 | 120 | 76 | 37 | 532 | 103 | 52 |
| Binary | 10110001 | 100011 | 1000011 | 0 | 1010000 | 111110 | 11111 | 101011010 | 1000011 | 101010 |
Color Harmonies of #B12343
Complementary color
Monochromatic Colors of #B12343
Black with #B12343
Text Example
Text Example
White with #B12343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12343; }
p { color: rgb(177,35,67); }
H1.HeaderClassName
{
color: #B12343;
}
.AnyTagClassName
{
color: #B12343;
}
</style>
background-color css
<style>
a { background-color: #B12343; }
a { background-color: rgb(177,35,67); }
div.DivClassName
{
background-color: #B12343;
}
.BgClassName
{
background-color: #B12343;
}
</style>
border-color css
<style>
span { border-color: #B12343; }
span { border-color: rgb(177,35,67); }
td.TdClassName
{
border-color: #B12343;
}
.TagClassName
{
border-color: #B12343;
}
</style>