Shades of Red Stage #B44F2C
Tints of Red Stage #B44F2C
RGB
CMYK
RGB Variations
Color information
#B44F2C (or 0xB44F2C) is known color: Red Stage. HEX triplet: B4, 4F and 2C. RGB value is (180,79,44). Sum of RGB (Red+Green+Blue) = 180+79+44=303 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.41% from 303); Green value is 79 (31.25% from 255 or 26.07% from 303); Blue value is 44 (17.58% from 255 or 14.52% from 303); Max value from RGB is 180 - color contains mainly: red. Hex color #B44F2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B44F2C is #4BB0D3. Grayscale: #696969. Windows color (decimal): -4960468 or 2903988. OLE color: 2903988.
HSL color Cylindrical-coordinate representation of color #B44F2C: hue angle of 15.44º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B44F2C is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 79 | 44 | - |
| CMYK | 0 | 0.56 | 0.76 | 0.29 |
| HSL | 15.44º | 0.61% | 0.44% | - |
| HSV(B) | 15.44º | 0.76% | 0.71% | - |
| XYZ | 22.07 | 15.48 | 4.21 | - |
| YUV | 105.21 | 93.46 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 79 | 44 | 0 | 0.56 | 0.76 | 0.29 | 15.44 | 0.61 | 0.44 |
| Hex | B4 | 4F | 2C | 0 | 38 | 4C | 1D | F | 3D | 2C |
| Octal | 264 | 117 | 54 | 0 | 70 | 114 | 35 | 17 | 75 | 54 |
| Binary | 10110100 | 1001111 | 101100 | 0 | 111000 | 1001100 | 11101 | 1111 | 111101 | 101100 |
Color Harmonies of #B44F2C
Complementary color
Monochromatic Colors of #B44F2C
Black with #B44F2C
Text Example
Text Example
White with #B44F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44F2C; }
p { color: rgb(180,79,44); }
H1.HeaderClassName
{
color: #B44F2C;
}
.AnyTagClassName
{
color: #B44F2C;
}
</style>
background-color css
<style>
a { background-color: #B44F2C; }
a { background-color: rgb(180,79,44); }
div.DivClassName
{
background-color: #B44F2C;
}
.BgClassName
{
background-color: #B44F2C;
}
</style>
border-color css
<style>
span { border-color: #B44F2C; }
span { border-color: rgb(180,79,44); }
td.TdClassName
{
border-color: #B44F2C;
}
.TagClassName
{
border-color: #B44F2C;
}
</style>