Shades of Red Stage #B6512C
Tints of Red Stage #B6512C
RGB
CMYK
RGB Variations
Color information
#B6512C (or 0xB6512C) is known color: Red Stage. HEX triplet: B6, 51 and 2C. RGB value is (182,81,44). Sum of RGB (Red+Green+Blue) = 182+81+44=307 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.28% from 307); Green value is 81 (32.03% from 255 or 26.38% from 307); Blue value is 44 (17.58% from 255 or 14.33% from 307); Max value from RGB is 182 - color contains mainly: red. Hex color #B6512C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6512C is #49AED3. Grayscale: #6B6B6B. Windows color (decimal): -4828884 or 2904502. OLE color: 2904502.
HSL color Cylindrical-coordinate representation of color #B6512C: hue angle of 16.09º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B6512C is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 81 | 44 | - |
| CMYK | 0 | 0.55 | 0.76 | 0.29 |
| HSL | 16.09º | 0.61% | 0.44% | - |
| HSV(B) | 16.09º | 0.76% | 0.71% | - |
| XYZ | 22.69 | 16.01 | 4.28 | - |
| YUV | 106.98 | 92.46 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 81 | 44 | 0 | 0.55 | 0.76 | 0.29 | 16.09 | 0.61 | 0.44 |
| Hex | B6 | 51 | 2C | 0 | 37 | 4C | 1D | 10 | 3D | 2C |
| Octal | 266 | 121 | 54 | 0 | 67 | 114 | 35 | 20 | 75 | 54 |
| Binary | 10110110 | 1010001 | 101100 | 0 | 110111 | 1001100 | 11101 | 10000 | 111101 | 101100 |
Color Harmonies of #B6512C
Complementary color
Monochromatic Colors of #B6512C
Black with #B6512C
Text Example
Text Example
White with #B6512C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6512C; }
p { color: rgb(182,81,44); }
H1.HeaderClassName
{
color: #B6512C;
}
.AnyTagClassName
{
color: #B6512C;
}
</style>
background-color css
<style>
a { background-color: #B6512C; }
a { background-color: rgb(182,81,44); }
div.DivClassName
{
background-color: #B6512C;
}
.BgClassName
{
background-color: #B6512C;
}
</style>
border-color css
<style>
span { border-color: #B6512C; }
span { border-color: rgb(182,81,44); }
td.TdClassName
{
border-color: #B6512C;
}
.TagClassName
{
border-color: #B6512C;
}
</style>