Shades of Red Stage #B44A30
Tints of Red Stage #B44A30
RGB
CMYK
RGB Variations
Color information
#B44A30 (or 0xB44A30) is known color: Red Stage. HEX triplet: B4, 4A and 30. RGB value is (180,74,48). Sum of RGB (Red+Green+Blue) = 180+74+48=302 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.60% from 302); Green value is 74 (29.30% from 255 or 24.50% from 302); Blue value is 48 (19.14% from 255 or 15.89% from 302); Max value from RGB is 180 - color contains mainly: red. Hex color #B44A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44A30 is #4BB5CF. Grayscale: #666666. Windows color (decimal): -4961744 or 3164852. OLE color: 3164852.
HSL color Cylindrical-coordinate representation of color #B44A30: hue angle of 11.82º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B44A30 is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 74 | 48 | - |
| CMYK | 0 | 0.59 | 0.73 | 0.29 |
| HSL | 11.82º | 0.58% | 0.45% | - |
| HSV(B) | 11.82º | 0.73% | 0.71% | - |
| XYZ | 21.8 | 14.81 | 4.51 | - |
| YUV | 102.73 | 97.12 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 74 | 48 | 0 | 0.59 | 0.73 | 0.29 | 11.82 | 0.58 | 0.45 |
| Hex | B4 | 4A | 30 | 0 | 3B | 49 | 1D | C | 3A | 2D |
| Octal | 264 | 112 | 60 | 0 | 73 | 111 | 35 | 14 | 72 | 55 |
| Binary | 10110100 | 1001010 | 110000 | 0 | 111011 | 1001001 | 11101 | 1100 | 111010 | 101101 |
Color Harmonies of #B44A30
Complementary color
Monochromatic Colors of #B44A30
Black with #B44A30
Text Example
Text Example
White with #B44A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44A30; }
p { color: rgb(180,74,48); }
H1.HeaderClassName
{
color: #B44A30;
}
.AnyTagClassName
{
color: #B44A30;
}
</style>
background-color css
<style>
a { background-color: #B44A30; }
a { background-color: rgb(180,74,48); }
div.DivClassName
{
background-color: #B44A30;
}
.BgClassName
{
background-color: #B44A30;
}
</style>
border-color css
<style>
span { border-color: #B44A30; }
span { border-color: rgb(180,74,48); }
td.TdClassName
{
border-color: #B44A30;
}
.TagClassName
{
border-color: #B44A30;
}
</style>