Shades of Old Rose #B74245
Tints of Old Rose #B74245
RGB
CMYK
RGB Variations
Color information
#B74245 (or 0xB74245) is known color: Old Rose. HEX triplet: B7, 42 and 45. RGB value is (183,66,69). Sum of RGB (Red+Green+Blue) = 183+66+69=318 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.55% from 318); Green value is 66 (26.17% from 255 or 20.75% from 318); Blue value is 69 (27.34% from 255 or 21.70% from 318); Max value from RGB is 183 - color contains mainly: red. Hex color #B74245 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74245 is #48BDBA. Grayscale: #656565. Windows color (decimal): -4767163 or 4539063. OLE color: 4539063.
HSL color Cylindrical-coordinate representation of color #B74245: hue angle of 358.46º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B74245 is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 66 | 69 | - |
| CMYK | 0 | 0.64 | 0.62 | 0.28 |
| HSL | 358.46º | 0.47% | 0.49% | - |
| HSV(B) | 358.46º | 0.64% | 0.72% | - |
| XYZ | 22.55 | 14.39 | 7.22 | - |
| YUV | 101.33 | 109.76 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 66 | 69 | 0 | 0.64 | 0.62 | 0.28 | 358.46 | 0.47 | 0.49 |
| Hex | B7 | 42 | 45 | 0 | 40 | 3E | 1C | 166 | 2F | 31 |
| Octal | 267 | 102 | 105 | 0 | 100 | 76 | 34 | 546 | 57 | 61 |
| Binary | 10110111 | 1000010 | 1000101 | 0 | 1000000 | 111110 | 11100 | 101100110 | 101111 | 110001 |
Color Harmonies of #B74245
Complementary color
Monochromatic Colors of #B74245
Black with #B74245
Text Example
Text Example
White with #B74245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74245; }
p { color: rgb(183,66,69); }
H1.HeaderClassName
{
color: #B74245;
}
.AnyTagClassName
{
color: #B74245;
}
</style>
background-color css
<style>
a { background-color: #B74245; }
a { background-color: rgb(183,66,69); }
div.DivClassName
{
background-color: #B74245;
}
.BgClassName
{
background-color: #B74245;
}
</style>
border-color css
<style>
span { border-color: #B74245; }
span { border-color: rgb(183,66,69); }
td.TdClassName
{
border-color: #B74245;
}
.TagClassName
{
border-color: #B74245;
}
</style>