Shades of Red Stage #B64F2B
Tints of Red Stage #B64F2B
RGB
CMYK
RGB Variations
Color information
#B64F2B (or 0xB64F2B) is known color: Red Stage. HEX triplet: B6, 4F and 2B. RGB value is (182,79,43). Sum of RGB (Red+Green+Blue) = 182+79+43=304 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.87% from 304); Green value is 79 (31.25% from 255 or 25.99% from 304); Blue value is 43 (17.19% from 255 or 14.14% from 304); Max value from RGB is 182 - color contains mainly: red. Hex color #B64F2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B64F2B is #49B0D4. Grayscale: #696969. Windows color (decimal): -4829397 or 2838454. OLE color: 2838454.
HSL color Cylindrical-coordinate representation of color #B64F2B: hue angle of 15.54º 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 #B64F2B is Cyan = 0, Magento = 0.57, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 79 | 43 | - |
| CMYK | 0 | 0.57 | 0.76 | 0.29 |
| HSL | 15.54º | 0.62% | 0.44% | - |
| HSV(B) | 15.54º | 0.76% | 0.71% | - |
| XYZ | 22.52 | 15.71 | 4.13 | - |
| YUV | 105.69 | 92.62 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 79 | 43 | 0 | 0.57 | 0.76 | 0.29 | 15.54 | 0.62 | 0.44 |
| Hex | B6 | 4F | 2B | 0 | 39 | 4C | 1D | 10 | 3E | 2C |
| Octal | 266 | 117 | 53 | 0 | 71 | 114 | 35 | 20 | 76 | 54 |
| Binary | 10110110 | 1001111 | 101011 | 0 | 111001 | 1001100 | 11101 | 10000 | 111110 | 101100 |
Color Harmonies of #B64F2B
Complementary color
Monochromatic Colors of #B64F2B
Black with #B64F2B
Text Example
Text Example
White with #B64F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64F2B; }
p { color: rgb(182,79,43); }
H1.HeaderClassName
{
color: #B64F2B;
}
.AnyTagClassName
{
color: #B64F2B;
}
</style>
background-color css
<style>
a { background-color: #B64F2B; }
a { background-color: rgb(182,79,43); }
div.DivClassName
{
background-color: #B64F2B;
}
.BgClassName
{
background-color: #B64F2B;
}
</style>
border-color css
<style>
span { border-color: #B64F2B; }
span { border-color: rgb(182,79,43); }
td.TdClassName
{
border-color: #B64F2B;
}
.TagClassName
{
border-color: #B64F2B;
}
</style>