Shades of Red Stage #B44E31
Tints of Red Stage #B44E31
RGB
CMYK
RGB Variations
Color information
#B44E31 (or 0xB44E31) is known color: Red Stage. HEX triplet: B4, 4E and 31. RGB value is (180,78,49). Sum of RGB (Red+Green+Blue) = 180+78+49=307 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.63% from 307); Green value is 78 (30.86% from 255 or 25.41% from 307); Blue value is 49 (19.53% from 255 or 15.96% from 307); Max value from RGB is 180 - color contains mainly: red. Hex color #B44E31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B44E31 is #4BB1CE. Grayscale: #696969. Windows color (decimal): -4960719 or 3231412. OLE color: 3231412.
HSL color Cylindrical-coordinate representation of color #B44E31: hue angle of 13.28º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B44E31 is Cyan = 0, Magento = 0.57, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 78 | 49 | - |
| CMYK | 0 | 0.57 | 0.73 | 0.29 |
| HSL | 13.28º | 0.57% | 0.45% | - |
| HSV(B) | 13.28º | 0.73% | 0.71% | - |
| XYZ | 22.1 | 15.37 | 4.71 | - |
| YUV | 105.19 | 96.29 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 78 | 49 | 0 | 0.57 | 0.73 | 0.29 | 13.28 | 0.57 | 0.45 |
| Hex | B4 | 4E | 31 | 0 | 39 | 49 | 1D | D | 39 | 2D |
| Octal | 264 | 116 | 61 | 0 | 71 | 111 | 35 | 15 | 71 | 55 |
| Binary | 10110100 | 1001110 | 110001 | 0 | 111001 | 1001001 | 11101 | 1101 | 111001 | 101101 |
Color Harmonies of #B44E31
Complementary color
Monochromatic Colors of #B44E31
Black with #B44E31
Text Example
Text Example
White with #B44E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44E31; }
p { color: rgb(180,78,49); }
H1.HeaderClassName
{
color: #B44E31;
}
.AnyTagClassName
{
color: #B44E31;
}
</style>
background-color css
<style>
a { background-color: #B44E31; }
a { background-color: rgb(180,78,49); }
div.DivClassName
{
background-color: #B44E31;
}
.BgClassName
{
background-color: #B44E31;
}
</style>
border-color css
<style>
span { border-color: #B44E31; }
span { border-color: rgb(180,78,49); }
td.TdClassName
{
border-color: #B44E31;
}
.TagClassName
{
border-color: #B44E31;
}
</style>