Shades of Old Rose #B4274A
Tints of Old Rose #B4274A
RGB
CMYK
RGB Variations
Color information
#B4274A (or 0xB4274A) is known color: Old Rose. HEX triplet: B4, 27 and 4A. RGB value is (180,39,74). Sum of RGB (Red+Green+Blue) = 180+39+74=293 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.43% from 293); Green value is 39 (15.62% from 255 or 13.31% from 293); Blue value is 74 (29.30% from 255 or 25.26% from 293); Max value from RGB is 180 - color contains mainly: red. Hex color #B4274A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4274A is #4BD8B5. Grayscale: #555555. Windows color (decimal): -4970678 or 4859828. OLE color: 4859828.
HSL color Cylindrical-coordinate representation of color #B4274A: hue angle of 345.11º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B4274A is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 39 | 74 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.29 |
| HSL | 345.11º | 0.64% | 0.43% | - |
| HSV(B) | 345.11º | 0.78% | 0.71% | - |
| XYZ | 20.78 | 11.65 | 7.63 | - |
| YUV | 85.15 | 121.71 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 39 | 74 | 0 | 0.78 | 0.59 | 0.29 | 345.11 | 0.64 | 0.43 |
| Hex | B4 | 27 | 4A | 0 | 4E | 3B | 1D | 159 | 40 | 2B |
| Octal | 264 | 47 | 112 | 0 | 116 | 73 | 35 | 531 | 100 | 53 |
| Binary | 10110100 | 100111 | 1001010 | 0 | 1001110 | 111011 | 11101 | 101011001 | 1000000 | 101011 |
Color Harmonies of #B4274A
Complementary color
Monochromatic Colors of #B4274A
Black with #B4274A
Text Example
Text Example
White with #B4274A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4274A; }
p { color: rgb(180,39,74); }
H1.HeaderClassName
{
color: #B4274A;
}
.AnyTagClassName
{
color: #B4274A;
}
</style>
background-color css
<style>
a { background-color: #B4274A; }
a { background-color: rgb(180,39,74); }
div.DivClassName
{
background-color: #B4274A;
}
.BgClassName
{
background-color: #B4274A;
}
</style>
border-color css
<style>
span { border-color: #B4274A; }
span { border-color: rgb(180,39,74); }
td.TdClassName
{
border-color: #B4274A;
}
.TagClassName
{
border-color: #B4274A;
}
</style>