Shades of Red Stage #B6492D
Tints of Red Stage #B6492D
RGB
CMYK
RGB Variations
Color information
#B6492D (or 0xB6492D) is known color: Red Stage. HEX triplet: B6, 49 and 2D. RGB value is (182,73,45). Sum of RGB (Red+Green+Blue) = 182+73+45=300 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.67% from 300); Green value is 73 (28.91% from 255 or 24.33% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 182 - color contains mainly: red. Hex color #B6492D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6492D is #49B6D2. Grayscale: #666666. Windows color (decimal): -4830931 or 2967990. OLE color: 2967990.
HSL color Cylindrical-coordinate representation of color #B6492D: hue angle of 12.26º 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 #B6492D is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 73 | 45 | - |
| CMYK | 0 | 0.60 | 0.75 | 0.29 |
| HSL | 12.26º | 0.6% | 0.45% | - |
| HSV(B) | 12.26º | 0.75% | 0.71% | - |
| XYZ | 22.15 | 14.9 | 4.19 | - |
| YUV | 102.4 | 95.61 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 73 | 45 | 0 | 0.60 | 0.75 | 0.29 | 12.26 | 0.6 | 0.45 |
| Hex | B6 | 49 | 2D | 0 | 3C | 4B | 1D | C | 3C | 2D |
| Octal | 266 | 111 | 55 | 0 | 74 | 113 | 35 | 14 | 74 | 55 |
| Binary | 10110110 | 1001001 | 101101 | 0 | 111100 | 1001011 | 11101 | 1100 | 111100 | 101101 |
Color Harmonies of #B6492D
Complementary color
Monochromatic Colors of #B6492D
Black with #B6492D
Text Example
Text Example
White with #B6492D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6492D; }
p { color: rgb(182,73,45); }
H1.HeaderClassName
{
color: #B6492D;
}
.AnyTagClassName
{
color: #B6492D;
}
</style>
background-color css
<style>
a { background-color: #B6492D; }
a { background-color: rgb(182,73,45); }
div.DivClassName
{
background-color: #B6492D;
}
.BgClassName
{
background-color: #B6492D;
}
</style>
border-color css
<style>
span { border-color: #B6492D; }
span { border-color: rgb(182,73,45); }
td.TdClassName
{
border-color: #B6492D;
}
.TagClassName
{
border-color: #B6492D;
}
</style>