Shades of Red Stage #B44C33
Tints of Red Stage #B44C33
RGB
CMYK
RGB Variations
Color information
#B44C33 (or 0xB44C33) is known color: Red Stage. HEX triplet: B4, 4C and 33. RGB value is (180,76,51). Sum of RGB (Red+Green+Blue) = 180+76+51=307 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.63% from 307); Green value is 76 (30.08% from 255 or 24.76% from 307); Blue value is 51 (20.31% from 255 or 16.61% from 307); Max value from RGB is 180 - color contains mainly: red. Hex color #B44C33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44C33 is #4BB3CC. Grayscale: #686868. Windows color (decimal): -4961229 or 3361972. OLE color: 3361972.
HSL color Cylindrical-coordinate representation of color #B44C33: hue angle of 11.63º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B44C33 is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 76 | 51 | - |
| CMYK | 0 | 0.58 | 0.72 | 0.29 |
| HSL | 11.63º | 0.56% | 0.45% | - |
| HSV(B) | 11.63º | 0.72% | 0.71% | - |
| XYZ | 22 | 15.11 | 4.89 | - |
| YUV | 104.25 | 97.96 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 76 | 51 | 0 | 0.58 | 0.72 | 0.29 | 11.63 | 0.56 | 0.45 |
| Hex | B4 | 4C | 33 | 0 | 3A | 48 | 1D | C | 38 | 2D |
| Octal | 264 | 114 | 63 | 0 | 72 | 110 | 35 | 14 | 70 | 55 |
| Binary | 10110100 | 1001100 | 110011 | 0 | 111010 | 1001000 | 11101 | 1100 | 111000 | 101101 |
Color Harmonies of #B44C33
Complementary color
Monochromatic Colors of #B44C33
Black with #B44C33
Text Example
Text Example
White with #B44C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44C33; }
p { color: rgb(180,76,51); }
H1.HeaderClassName
{
color: #B44C33;
}
.AnyTagClassName
{
color: #B44C33;
}
</style>
background-color css
<style>
a { background-color: #B44C33; }
a { background-color: rgb(180,76,51); }
div.DivClassName
{
background-color: #B44C33;
}
.BgClassName
{
background-color: #B44C33;
}
</style>
border-color css
<style>
span { border-color: #B44C33; }
span { border-color: rgb(180,76,51); }
td.TdClassName
{
border-color: #B44C33;
}
.TagClassName
{
border-color: #B44C33;
}
</style>