Shades of Red Stage #B44D2D
Tints of Red Stage #B44D2D
RGB
CMYK
RGB Variations
Color information
#B44D2D (or 0xB44D2D) is known color: Red Stage. HEX triplet: B4, 4D and 2D. RGB value is (180,77,45). Sum of RGB (Red+Green+Blue) = 180+77+45=302 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.60% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 45 (17.97% from 255 or 14.90% from 302); Max value from RGB is 180 - color contains mainly: red. Hex color #B44D2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B44D2D is #4BB2D2. Grayscale: #686868. Windows color (decimal): -4960979 or 2969012. OLE color: 2969012.
HSL color Cylindrical-coordinate representation of color #B44D2D: hue angle of 14.22º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B44D2D is Cyan = 0, Magento = 0.57, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 77 | 45 | - |
| CMYK | 0 | 0.57 | 0.75 | 0.29 |
| HSL | 14.22º | 0.6% | 0.44% | - |
| HSV(B) | 14.22º | 0.75% | 0.71% | - |
| XYZ | 21.95 | 15.2 | 4.26 | - |
| YUV | 104.15 | 94.62 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 77 | 45 | 0 | 0.57 | 0.75 | 0.29 | 14.22 | 0.6 | 0.44 |
| Hex | B4 | 4D | 2D | 0 | 39 | 4B | 1D | E | 3C | 2C |
| Octal | 264 | 115 | 55 | 0 | 71 | 113 | 35 | 16 | 74 | 54 |
| Binary | 10110100 | 1001101 | 101101 | 0 | 111001 | 1001011 | 11101 | 1110 | 111100 | 101100 |
Color Harmonies of #B44D2D
Complementary color
Monochromatic Colors of #B44D2D
Black with #B44D2D
Text Example
Text Example
White with #B44D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44D2D; }
p { color: rgb(180,77,45); }
H1.HeaderClassName
{
color: #B44D2D;
}
.AnyTagClassName
{
color: #B44D2D;
}
</style>
background-color css
<style>
a { background-color: #B44D2D; }
a { background-color: rgb(180,77,45); }
div.DivClassName
{
background-color: #B44D2D;
}
.BgClassName
{
background-color: #B44D2D;
}
</style>
border-color css
<style>
span { border-color: #B44D2D; }
span { border-color: rgb(180,77,45); }
td.TdClassName
{
border-color: #B44D2D;
}
.TagClassName
{
border-color: #B44D2D;
}
</style>