Shades of Red Stage #B94D28
Tints of Red Stage #B94D28
RGB
CMYK
RGB Variations
Color information
#B94D28 (or 0xB94D28) is known color: Red Stage. HEX triplet: B9, 4D and 28. RGB value is (185,77,40). Sum of RGB (Red+Green+Blue) = 185+77+40=302 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.26% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 40 (16.02% from 255 or 13.25% from 302); Max value from RGB is 185 - color contains mainly: red. Hex color #B94D28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B94D28 is #46B2D7. Grayscale: #696969. Windows color (decimal): -4633304 or 2641337. OLE color: 2641337.
HSL color Cylindrical-coordinate representation of color #B94D28: hue angle of 15.31º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B94D28 is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 77 | 40 | - |
| CMYK | 0 | 0.58 | 0.78 | 0.27 |
| HSL | 15.31º | 0.64% | 0.44% | - |
| HSV(B) | 15.31º | 0.78% | 0.73% | - |
| XYZ | 23.04 | 15.78 | 3.84 | - |
| YUV | 105.07 | 91.28 | 185.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 77 | 40 | 0 | 0.58 | 0.78 | 0.27 | 15.31 | 0.64 | 0.44 |
| Hex | B9 | 4D | 28 | 0 | 3A | 4E | 1B | F | 40 | 2C |
| Octal | 271 | 115 | 50 | 0 | 72 | 116 | 33 | 17 | 100 | 54 |
| Binary | 10111001 | 1001101 | 101000 | 0 | 111010 | 1001110 | 11011 | 1111 | 1000000 | 101100 |
Color Harmonies of #B94D28
Complementary color
Monochromatic Colors of #B94D28
Black with #B94D28
Text Example
Text Example
White with #B94D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94D28; }
p { color: rgb(185,77,40); }
H1.HeaderClassName
{
color: #B94D28;
}
.AnyTagClassName
{
color: #B94D28;
}
</style>
background-color css
<style>
a { background-color: #B94D28; }
a { background-color: rgb(185,77,40); }
div.DivClassName
{
background-color: #B94D28;
}
.BgClassName
{
background-color: #B94D28;
}
</style>
border-color css
<style>
span { border-color: #B94D28; }
span { border-color: rgb(185,77,40); }
td.TdClassName
{
border-color: #B94D28;
}
.TagClassName
{
border-color: #B94D28;
}
</style>