Shades of Red Stage #B44D2C
Tints of Red Stage #B44D2C
RGB
CMYK
RGB Variations
Color information
#B44D2C (or 0xB44D2C) is known color: Red Stage. HEX triplet: B4, 4D and 2C. RGB value is (180,77,44). Sum of RGB (Red+Green+Blue) = 180+77+44=301 (39% of max value = 765). Red value is 180 (70.70% from 255 or 59.80% from 301); Green value is 77 (30.47% from 255 or 25.58% from 301); Blue value is 44 (17.58% from 255 or 14.62% from 301); Max value from RGB is 180 - color contains mainly: red. Hex color #B44D2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B44D2C is #4BB2D3. Grayscale: #686868. Windows color (decimal): -4960980 or 2903476. OLE color: 2903476.
HSL color Cylindrical-coordinate representation of color #B44D2C: hue angle of 14.56º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B44D2C is Cyan = 0, Magento = 0.57, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 77 | 44 | - |
| CMYK | 0 | 0.57 | 0.76 | 0.29 |
| HSL | 14.56º | 0.61% | 0.44% | - |
| HSV(B) | 14.56º | 0.76% | 0.71% | - |
| XYZ | 21.93 | 15.19 | 4.16 | - |
| YUV | 104.04 | 94.12 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 77 | 44 | 0 | 0.57 | 0.76 | 0.29 | 14.56 | 0.61 | 0.44 |
| Hex | B4 | 4D | 2C | 0 | 39 | 4C | 1D | F | 3D | 2C |
| Octal | 264 | 115 | 54 | 0 | 71 | 114 | 35 | 17 | 75 | 54 |
| Binary | 10110100 | 1001101 | 101100 | 0 | 111001 | 1001100 | 11101 | 1111 | 111101 | 101100 |
Color Harmonies of #B44D2C
Complementary color
Monochromatic Colors of #B44D2C
Black with #B44D2C
Text Example
Text Example
White with #B44D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44D2C; }
p { color: rgb(180,77,44); }
H1.HeaderClassName
{
color: #B44D2C;
}
.AnyTagClassName
{
color: #B44D2C;
}
</style>
background-color css
<style>
a { background-color: #B44D2C; }
a { background-color: rgb(180,77,44); }
div.DivClassName
{
background-color: #B44D2C;
}
.BgClassName
{
background-color: #B44D2C;
}
</style>
border-color css
<style>
span { border-color: #B44D2C; }
span { border-color: rgb(180,77,44); }
td.TdClassName
{
border-color: #B44D2C;
}
.TagClassName
{
border-color: #B44D2C;
}
</style>