Shades of Red Stage #B44C2E
Tints of Red Stage #B44C2E
RGB
CMYK
RGB Variations
Color information
#B44C2E (or 0xB44C2E) is known color: Red Stage. HEX triplet: B4, 4C and 2E. RGB value is (180,76,46). Sum of RGB (Red+Green+Blue) = 180+76+46=302 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.60% from 302); Green value is 76 (30.08% from 255 or 25.17% from 302); Blue value is 46 (18.36% from 255 or 15.23% from 302); Max value from RGB is 180 - color contains mainly: red. Hex color #B44C2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44C2E is #4BB3D1. Grayscale: #676767. Windows color (decimal): -4961234 or 3034292. OLE color: 3034292.
HSL color Cylindrical-coordinate representation of color #B44C2E: hue angle of 13.43º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B44C2E is Cyan = 0, Magento = 0.58, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 76 | 46 | - |
| CMYK | 0 | 0.58 | 0.74 | 0.29 |
| HSL | 13.43º | 0.59% | 0.44% | - |
| HSV(B) | 13.43º | 0.74% | 0.71% | - |
| XYZ | 21.9 | 15.07 | 4.34 | - |
| YUV | 103.68 | 95.46 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 76 | 46 | 0 | 0.58 | 0.74 | 0.29 | 13.43 | 0.59 | 0.44 |
| Hex | B4 | 4C | 2E | 0 | 3A | 4A | 1D | D | 3B | 2C |
| Octal | 264 | 114 | 56 | 0 | 72 | 112 | 35 | 15 | 73 | 54 |
| Binary | 10110100 | 1001100 | 101110 | 0 | 111010 | 1001010 | 11101 | 1101 | 111011 | 101100 |
Color Harmonies of #B44C2E
Complementary color
Monochromatic Colors of #B44C2E
Black with #B44C2E
Text Example
Text Example
White with #B44C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44C2E; }
p { color: rgb(180,76,46); }
H1.HeaderClassName
{
color: #B44C2E;
}
.AnyTagClassName
{
color: #B44C2E;
}
</style>
background-color css
<style>
a { background-color: #B44C2E; }
a { background-color: rgb(180,76,46); }
div.DivClassName
{
background-color: #B44C2E;
}
.BgClassName
{
background-color: #B44C2E;
}
</style>
border-color css
<style>
span { border-color: #B44C2E; }
span { border-color: rgb(180,76,46); }
td.TdClassName
{
border-color: #B44C2E;
}
.TagClassName
{
border-color: #B44C2E;
}
</style>