Shades of Red Stage #B44C2F
Tints of Red Stage #B44C2F
RGB
CMYK
RGB Variations
Color information
#B44C2F (or 0xB44C2F) is known color: Red Stage. HEX triplet: B4, 4C and 2F. RGB value is (180,76,47). Sum of RGB (Red+Green+Blue) = 180+76+47=303 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.41% from 303); Green value is 76 (30.08% from 255 or 25.08% from 303); Blue value is 47 (18.75% from 255 or 15.51% from 303); Max value from RGB is 180 - color contains mainly: red. Hex color #B44C2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44C2F is #4BB3D0. Grayscale: #686868. Windows color (decimal): -4961233 or 3099828. OLE color: 3099828.
HSL color Cylindrical-coordinate representation of color #B44C2F: hue angle of 13.08º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B44C2F is Cyan = 0, Magento = 0.58, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 76 | 47 | - |
| CMYK | 0 | 0.58 | 0.74 | 0.29 |
| HSL | 13.08º | 0.59% | 0.45% | - |
| HSV(B) | 13.08º | 0.74% | 0.71% | - |
| XYZ | 21.92 | 15.08 | 4.44 | - |
| YUV | 103.79 | 95.96 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 76 | 47 | 0 | 0.58 | 0.74 | 0.29 | 13.08 | 0.59 | 0.45 |
| Hex | B4 | 4C | 2F | 0 | 3A | 4A | 1D | D | 3B | 2D |
| Octal | 264 | 114 | 57 | 0 | 72 | 112 | 35 | 15 | 73 | 55 |
| Binary | 10110100 | 1001100 | 101111 | 0 | 111010 | 1001010 | 11101 | 1101 | 111011 | 101101 |
Color Harmonies of #B44C2F
Complementary color
Monochromatic Colors of #B44C2F
Black with #B44C2F
Text Example
Text Example
White with #B44C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44C2F; }
p { color: rgb(180,76,47); }
H1.HeaderClassName
{
color: #B44C2F;
}
.AnyTagClassName
{
color: #B44C2F;
}
</style>
background-color css
<style>
a { background-color: #B44C2F; }
a { background-color: rgb(180,76,47); }
div.DivClassName
{
background-color: #B44C2F;
}
.BgClassName
{
background-color: #B44C2F;
}
</style>
border-color css
<style>
span { border-color: #B44C2F; }
span { border-color: rgb(180,76,47); }
td.TdClassName
{
border-color: #B44C2F;
}
.TagClassName
{
border-color: #B44C2F;
}
</style>