Shades of Red Stage #B85029
Tints of Red Stage #B85029
RGB
CMYK
RGB Variations
Color information
#B85029 (or 0xB85029) is known color: Red Stage. HEX triplet: B8, 50 and 29. RGB value is (184,80,41). Sum of RGB (Red+Green+Blue) = 184+80+41=305 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.33% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 41 (16.41% from 255 or 13.44% from 305); Max value from RGB is 184 - color contains mainly: red. Hex color #B85029 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85029 is #47AFD6. Grayscale: #6A6A6A. Windows color (decimal): -4698071 or 2707640. OLE color: 2707640.
HSL color Cylindrical-coordinate representation of color #B85029: hue angle of 16.36º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B85029 is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 80 | 41 | - |
| CMYK | 0 | 0.57 | 0.78 | 0.28 |
| HSL | 16.36º | 0.64% | 0.44% | - |
| HSV(B) | 16.36º | 0.78% | 0.72% | - |
| XYZ | 23.04 | 16.09 | 3.99 | - |
| YUV | 106.65 | 90.96 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 80 | 41 | 0 | 0.57 | 0.78 | 0.28 | 16.36 | 0.64 | 0.44 |
| Hex | B8 | 50 | 29 | 0 | 39 | 4E | 1C | 10 | 40 | 2C |
| Octal | 270 | 120 | 51 | 0 | 71 | 116 | 34 | 20 | 100 | 54 |
| Binary | 10111000 | 1010000 | 101001 | 0 | 111001 | 1001110 | 11100 | 10000 | 1000000 | 101100 |
Color Harmonies of #B85029
Complementary color
Monochromatic Colors of #B85029
Black with #B85029
Text Example
Text Example
White with #B85029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85029; }
p { color: rgb(184,80,41); }
H1.HeaderClassName
{
color: #B85029;
}
.AnyTagClassName
{
color: #B85029;
}
</style>
background-color css
<style>
a { background-color: #B85029; }
a { background-color: rgb(184,80,41); }
div.DivClassName
{
background-color: #B85029;
}
.BgClassName
{
background-color: #B85029;
}
</style>
border-color css
<style>
span { border-color: #B85029; }
span { border-color: rgb(184,80,41); }
td.TdClassName
{
border-color: #B85029;
}
.TagClassName
{
border-color: #B85029;
}
</style>