Shades of Red Stage #B64F2C
Tints of Red Stage #B64F2C
RGB
CMYK
RGB Variations
Color information
#B64F2C (or 0xB64F2C) is known color: Red Stage. HEX triplet: B6, 4F and 2C. RGB value is (182,79,44). Sum of RGB (Red+Green+Blue) = 182+79+44=305 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.67% from 305); Green value is 79 (31.25% from 255 or 25.90% from 305); Blue value is 44 (17.58% from 255 or 14.43% from 305); Max value from RGB is 182 - color contains mainly: red. Hex color #B64F2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B64F2C is #49B0D3. Grayscale: #6A6A6A. Windows color (decimal): -4829396 or 2903990. OLE color: 2903990.
HSL color Cylindrical-coordinate representation of color #B64F2C: hue angle of 15.22º 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 #B64F2C is Cyan = 0, Magento = 0.57, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 79 | 44 | - |
| CMYK | 0 | 0.57 | 0.76 | 0.29 |
| HSL | 15.22º | 0.61% | 0.44% | - |
| HSV(B) | 15.22º | 0.76% | 0.71% | - |
| XYZ | 22.54 | 15.72 | 4.23 | - |
| YUV | 105.81 | 93.12 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 79 | 44 | 0 | 0.57 | 0.76 | 0.29 | 15.22 | 0.61 | 0.44 |
| Hex | B6 | 4F | 2C | 0 | 39 | 4C | 1D | F | 3D | 2C |
| Octal | 266 | 117 | 54 | 0 | 71 | 114 | 35 | 17 | 75 | 54 |
| Binary | 10110110 | 1001111 | 101100 | 0 | 111001 | 1001100 | 11101 | 1111 | 111101 | 101100 |
Color Harmonies of #B64F2C
Complementary color
Monochromatic Colors of #B64F2C
Black with #B64F2C
Text Example
Text Example
White with #B64F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64F2C; }
p { color: rgb(182,79,44); }
H1.HeaderClassName
{
color: #B64F2C;
}
.AnyTagClassName
{
color: #B64F2C;
}
</style>
background-color css
<style>
a { background-color: #B64F2C; }
a { background-color: rgb(182,79,44); }
div.DivClassName
{
background-color: #B64F2C;
}
.BgClassName
{
background-color: #B64F2C;
}
</style>
border-color css
<style>
span { border-color: #B64F2C; }
span { border-color: rgb(182,79,44); }
td.TdClassName
{
border-color: #B64F2C;
}
.TagClassName
{
border-color: #B64F2C;
}
</style>