Shades of Red Stage #B9502E
Tints of Red Stage #B9502E
RGB
CMYK
RGB Variations
Color information
#B9502E (or 0xB9502E) is known color: Red Stage. HEX triplet: B9, 50 and 2E. RGB value is (185,80,46). Sum of RGB (Red+Green+Blue) = 185+80+46=311 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.49% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 46 (18.36% from 255 or 14.79% from 311); Max value from RGB is 185 - color contains mainly: red. Hex color #B9502E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9502E is #46AFD1. Grayscale: #6B6B6B. Windows color (decimal): -4632530 or 3035321. OLE color: 3035321.
HSL color Cylindrical-coordinate representation of color #B9502E: hue angle of 14.68º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B9502E is Cyan = 0, Magento = 0.57, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 80 | 46 | - |
| CMYK | 0 | 0.57 | 0.75 | 0.27 |
| HSL | 14.68º | 0.6% | 0.45% | - |
| HSV(B) | 14.68º | 0.75% | 0.73% | - |
| XYZ | 23.37 | 16.25 | 4.49 | - |
| YUV | 107.52 | 93.29 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 80 | 46 | 0 | 0.57 | 0.75 | 0.27 | 14.68 | 0.6 | 0.45 |
| Hex | B9 | 50 | 2E | 0 | 39 | 4B | 1B | F | 3C | 2D |
| Octal | 271 | 120 | 56 | 0 | 71 | 113 | 33 | 17 | 74 | 55 |
| Binary | 10111001 | 1010000 | 101110 | 0 | 111001 | 1001011 | 11011 | 1111 | 111100 | 101101 |
Color Harmonies of #B9502E
Complementary color
Monochromatic Colors of #B9502E
Black with #B9502E
Text Example
Text Example
White with #B9502E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9502E; }
p { color: rgb(185,80,46); }
H1.HeaderClassName
{
color: #B9502E;
}
.AnyTagClassName
{
color: #B9502E;
}
</style>
background-color css
<style>
a { background-color: #B9502E; }
a { background-color: rgb(185,80,46); }
div.DivClassName
{
background-color: #B9502E;
}
.BgClassName
{
background-color: #B9502E;
}
</style>
border-color css
<style>
span { border-color: #B9502E; }
span { border-color: rgb(185,80,46); }
td.TdClassName
{
border-color: #B9502E;
}
.TagClassName
{
border-color: #B9502E;
}
</style>