Shades of Red Stage #B64D2B
Tints of Red Stage #B64D2B
RGB
CMYK
RGB Variations
Color information
#B64D2B (or 0xB64D2B) is known color: Red Stage. HEX triplet: B6, 4D and 2B. RGB value is (182,77,43). Sum of RGB (Red+Green+Blue) = 182+77+43=302 (40% of max value = 765). Red value is 182 (71.48% from 255 or 60.26% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 43 (17.19% from 255 or 14.24% from 302); Max value from RGB is 182 - color contains mainly: red. Hex color #B64D2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B64D2B is #49B2D4. Grayscale: #686868. Windows color (decimal): -4829909 or 2837942. OLE color: 2837942.
HSL color Cylindrical-coordinate representation of color #B64D2B: hue angle of 14.68º degrees, saturation: 0.62, 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 #B64D2B is Cyan = 0, Magento = 0.58, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 77 | 43 | - |
| CMYK | 0 | 0.58 | 0.76 | 0.29 |
| HSL | 14.68º | 0.62% | 0.44% | - |
| HSV(B) | 14.68º | 0.76% | 0.71% | - |
| XYZ | 22.38 | 15.43 | 4.08 | - |
| YUV | 104.52 | 93.29 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 77 | 43 | 0 | 0.58 | 0.76 | 0.29 | 14.68 | 0.62 | 0.44 |
| Hex | B6 | 4D | 2B | 0 | 3A | 4C | 1D | F | 3E | 2C |
| Octal | 266 | 115 | 53 | 0 | 72 | 114 | 35 | 17 | 76 | 54 |
| Binary | 10110110 | 1001101 | 101011 | 0 | 111010 | 1001100 | 11101 | 1111 | 111110 | 101100 |
Color Harmonies of #B64D2B
Complementary color
Monochromatic Colors of #B64D2B
Black with #B64D2B
Text Example
Text Example
White with #B64D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64D2B; }
p { color: rgb(182,77,43); }
H1.HeaderClassName
{
color: #B64D2B;
}
.AnyTagClassName
{
color: #B64D2B;
}
</style>
background-color css
<style>
a { background-color: #B64D2B; }
a { background-color: rgb(182,77,43); }
div.DivClassName
{
background-color: #B64D2B;
}
.BgClassName
{
background-color: #B64D2B;
}
</style>
border-color css
<style>
span { border-color: #B64D2B; }
span { border-color: rgb(182,77,43); }
td.TdClassName
{
border-color: #B64D2B;
}
.TagClassName
{
border-color: #B64D2B;
}
</style>