Shades of Red Stage #B6502E
Tints of Red Stage #B6502E
RGB
CMYK
RGB Variations
Color information
#B6502E (or 0xB6502E) is known color: Red Stage. HEX triplet: B6, 50 and 2E. RGB value is (182,80,46). Sum of RGB (Red+Green+Blue) = 182+80+46=308 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.09% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 46 (18.36% from 255 or 14.94% from 308); Max value from RGB is 182 - color contains mainly: red. Hex color #B6502E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6502E is #49AFD1. Grayscale: #6A6A6A. Windows color (decimal): -4829138 or 3035318. OLE color: 3035318.
HSL color Cylindrical-coordinate representation of color #B6502E: hue angle of 15º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B6502E is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 80 | 46 | - |
| CMYK | 0 | 0.56 | 0.75 | 0.29 |
| HSL | 15º | 0.6% | 0.45% | - |
| HSV(B) | 15º | 0.75% | 0.71% | - |
| XYZ | 22.65 | 15.88 | 4.46 | - |
| YUV | 106.62 | 93.79 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 80 | 46 | 0 | 0.56 | 0.75 | 0.29 | 15 | 0.6 | 0.45 |
| Hex | B6 | 50 | 2E | 0 | 38 | 4B | 1D | F | 3C | 2D |
| Octal | 266 | 120 | 56 | 0 | 70 | 113 | 35 | 17 | 74 | 55 |
| Binary | 10110110 | 1010000 | 101110 | 0 | 111000 | 1001011 | 11101 | 1111 | 111100 | 101101 |
Color Harmonies of #B6502E
Complementary color
Monochromatic Colors of #B6502E
Black with #B6502E
Text Example
Text Example
White with #B6502E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6502E; }
p { color: rgb(182,80,46); }
H1.HeaderClassName
{
color: #B6502E;
}
.AnyTagClassName
{
color: #B6502E;
}
</style>
background-color css
<style>
a { background-color: #B6502E; }
a { background-color: rgb(182,80,46); }
div.DivClassName
{
background-color: #B6502E;
}
.BgClassName
{
background-color: #B6502E;
}
</style>
border-color css
<style>
span { border-color: #B6502E; }
span { border-color: rgb(182,80,46); }
td.TdClassName
{
border-color: #B6502E;
}
.TagClassName
{
border-color: #B6502E;
}
</style>