Shades of Red Stage #B94F28
Tints of Red Stage #B94F28
RGB
CMYK
RGB Variations
Color information
#B94F28 (or 0xB94F28) is known color: Red Stage. HEX triplet: B9, 4F and 28. RGB value is (185,79,40). Sum of RGB (Red+Green+Blue) = 185+79+40=304 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.86% from 304); Green value is 79 (31.25% from 255 or 25.99% from 304); Blue value is 40 (16.02% from 255 or 13.16% from 304); Max value from RGB is 185 - color contains mainly: red. Hex color #B94F28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B94F28 is #46B0D7. Grayscale: #6A6A6A. Windows color (decimal): -4632792 or 2641849. OLE color: 2641849.
HSL color Cylindrical-coordinate representation of color #B94F28: hue angle of 16.14º 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 #B94F28 is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 79 | 40 | - |
| CMYK | 0 | 0.57 | 0.78 | 0.27 |
| HSL | 16.14º | 0.64% | 0.44% | - |
| HSV(B) | 16.14º | 0.78% | 0.73% | - |
| XYZ | 23.19 | 16.06 | 3.89 | - |
| YUV | 106.25 | 90.62 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 79 | 40 | 0 | 0.57 | 0.78 | 0.27 | 16.14 | 0.64 | 0.44 |
| Hex | B9 | 4F | 28 | 0 | 39 | 4E | 1B | 10 | 40 | 2C |
| Octal | 271 | 117 | 50 | 0 | 71 | 116 | 33 | 20 | 100 | 54 |
| Binary | 10111001 | 1001111 | 101000 | 0 | 111001 | 1001110 | 11011 | 10000 | 1000000 | 101100 |
Color Harmonies of #B94F28
Complementary color
Monochromatic Colors of #B94F28
Black with #B94F28
Text Example
Text Example
White with #B94F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94F28; }
p { color: rgb(185,79,40); }
H1.HeaderClassName
{
color: #B94F28;
}
.AnyTagClassName
{
color: #B94F28;
}
</style>
background-color css
<style>
a { background-color: #B94F28; }
a { background-color: rgb(185,79,40); }
div.DivClassName
{
background-color: #B94F28;
}
.BgClassName
{
background-color: #B94F28;
}
</style>
border-color css
<style>
span { border-color: #B94F28; }
span { border-color: rgb(185,79,40); }
td.TdClassName
{
border-color: #B94F28;
}
.TagClassName
{
border-color: #B94F28;
}
</style>