Shades of Old Rose #B13D43
Tints of Old Rose #B13D43
RGB
CMYK
RGB Variations
Color information
#B13D43 (or 0xB13D43) is known color: Old Rose. HEX triplet: B1, 3D and 43. RGB value is (177,61,67). Sum of RGB (Red+Green+Blue) = 177+61+67=305 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.03% from 305); Green value is 61 (24.22% from 255 or 20% from 305); Blue value is 67 (26.56% from 255 or 21.97% from 305); Max value from RGB is 177 - color contains mainly: red. Hex color #B13D43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13D43 is #4EC2BC. Grayscale: #606060. Windows color (decimal): -5161661 or 4406705. OLE color: 4406705.
HSL color Cylindrical-coordinate representation of color #B13D43: hue angle of 356.9º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B13D43 is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 61 | 67 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.31 |
| HSL | 356.9º | 0.49% | 0.47% | - |
| HSV(B) | 356.9º | 0.66% | 0.69% | - |
| XYZ | 20.81 | 13.09 | 6.74 | - |
| YUV | 96.37 | 111.43 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 61 | 67 | 0 | 0.66 | 0.62 | 0.31 | 356.9 | 0.49 | 0.47 |
| Hex | B1 | 3D | 43 | 0 | 42 | 3E | 1F | 165 | 31 | 2F |
| Octal | 261 | 75 | 103 | 0 | 102 | 76 | 37 | 545 | 61 | 57 |
| Binary | 10110001 | 111101 | 1000011 | 0 | 1000010 | 111110 | 11111 | 101100101 | 110001 | 101111 |
Color Harmonies of #B13D43
Complementary color
Monochromatic Colors of #B13D43
Black with #B13D43
Text Example
Text Example
White with #B13D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13D43; }
p { color: rgb(177,61,67); }
H1.HeaderClassName
{
color: #B13D43;
}
.AnyTagClassName
{
color: #B13D43;
}
</style>
background-color css
<style>
a { background-color: #B13D43; }
a { background-color: rgb(177,61,67); }
div.DivClassName
{
background-color: #B13D43;
}
.BgClassName
{
background-color: #B13D43;
}
</style>
border-color css
<style>
span { border-color: #B13D43; }
span { border-color: rgb(177,61,67); }
td.TdClassName
{
border-color: #B13D43;
}
.TagClassName
{
border-color: #B13D43;
}
</style>