Shades of Red Stage #B44A2E
Tints of Red Stage #B44A2E
RGB
CMYK
RGB Variations
Color information
#B44A2E (or 0xB44A2E) is known color: Red Stage. HEX triplet: B4, 4A and 2E. RGB value is (180,74,46). Sum of RGB (Red+Green+Blue) = 180+74+46=300 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60% from 300); Green value is 74 (29.30% from 255 or 24.67% from 300); Blue value is 46 (18.36% from 255 or 15.33% from 300); Max value from RGB is 180 - color contains mainly: red. Hex color #B44A2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44A2E is #4BB5D1. Grayscale: #666666. Windows color (decimal): -4961746 or 3033780. OLE color: 3033780.
HSL color Cylindrical-coordinate representation of color #B44A2E: hue angle of 12.54º 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 #B44A2E is Cyan = 0, Magento = 0.59, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 74 | 46 | - |
| CMYK | 0 | 0.59 | 0.74 | 0.29 |
| HSL | 12.54º | 0.59% | 0.44% | - |
| HSV(B) | 12.54º | 0.74% | 0.71% | - |
| XYZ | 21.76 | 14.8 | 4.29 | - |
| YUV | 102.5 | 96.12 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 74 | 46 | 0 | 0.59 | 0.74 | 0.29 | 12.54 | 0.59 | 0.44 |
| Hex | B4 | 4A | 2E | 0 | 3B | 4A | 1D | D | 3B | 2C |
| Octal | 264 | 112 | 56 | 0 | 73 | 112 | 35 | 15 | 73 | 54 |
| Binary | 10110100 | 1001010 | 101110 | 0 | 111011 | 1001010 | 11101 | 1101 | 111011 | 101100 |
Color Harmonies of #B44A2E
Complementary color
Monochromatic Colors of #B44A2E
Black with #B44A2E
Text Example
Text Example
White with #B44A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44A2E; }
p { color: rgb(180,74,46); }
H1.HeaderClassName
{
color: #B44A2E;
}
.AnyTagClassName
{
color: #B44A2E;
}
</style>
background-color css
<style>
a { background-color: #B44A2E; }
a { background-color: rgb(180,74,46); }
div.DivClassName
{
background-color: #B44A2E;
}
.BgClassName
{
background-color: #B44A2E;
}
</style>
border-color css
<style>
span { border-color: #B44A2E; }
span { border-color: rgb(180,74,46); }
td.TdClassName
{
border-color: #B44A2E;
}
.TagClassName
{
border-color: #B44A2E;
}
</style>