Shades of Red Stage #B44E2D
Tints of Red Stage #B44E2D
RGB
CMYK
RGB Variations
Color information
#B44E2D (or 0xB44E2D) is known color: Red Stage. HEX triplet: B4, 4E and 2D. RGB value is (180,78,45). Sum of RGB (Red+Green+Blue) = 180+78+45=303 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.41% from 303); Green value is 78 (30.86% from 255 or 25.74% from 303); Blue value is 45 (17.97% from 255 or 14.85% from 303); Max value from RGB is 180 - color contains mainly: red. Hex color #B44E2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B44E2D is #4BB1D2. Grayscale: #686868. Windows color (decimal): -4960723 or 2969268. OLE color: 2969268.
HSL color Cylindrical-coordinate representation of color #B44E2D: hue angle of 14.67º 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 #B44E2D is Cyan = 0, Magento = 0.57, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 78 | 45 | - |
| CMYK | 0 | 0.57 | 0.75 | 0.29 |
| HSL | 14.67º | 0.6% | 0.44% | - |
| HSV(B) | 14.67º | 0.75% | 0.71% | - |
| XYZ | 22.02 | 15.34 | 4.28 | - |
| YUV | 104.74 | 94.29 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 78 | 45 | 0 | 0.57 | 0.75 | 0.29 | 14.67 | 0.6 | 0.44 |
| Hex | B4 | 4E | 2D | 0 | 39 | 4B | 1D | F | 3C | 2C |
| Octal | 264 | 116 | 55 | 0 | 71 | 113 | 35 | 17 | 74 | 54 |
| Binary | 10110100 | 1001110 | 101101 | 0 | 111001 | 1001011 | 11101 | 1111 | 111100 | 101100 |
Color Harmonies of #B44E2D
Complementary color
Monochromatic Colors of #B44E2D
Black with #B44E2D
Text Example
Text Example
White with #B44E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44E2D; }
p { color: rgb(180,78,45); }
H1.HeaderClassName
{
color: #B44E2D;
}
.AnyTagClassName
{
color: #B44E2D;
}
</style>
background-color css
<style>
a { background-color: #B44E2D; }
a { background-color: rgb(180,78,45); }
div.DivClassName
{
background-color: #B44E2D;
}
.BgClassName
{
background-color: #B44E2D;
}
</style>
border-color css
<style>
span { border-color: #B44E2D; }
span { border-color: rgb(180,78,45); }
td.TdClassName
{
border-color: #B44E2D;
}
.TagClassName
{
border-color: #B44E2D;
}
</style>