Shades of Red Stage #B64E2F
Tints of Red Stage #B64E2F
RGB
CMYK
RGB Variations
Color information
#B64E2F (or 0xB64E2F) is known color: Red Stage. HEX triplet: B6, 4E and 2F. RGB value is (182,78,47). Sum of RGB (Red+Green+Blue) = 182+78+47=307 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.28% from 307); Green value is 78 (30.86% from 255 or 25.41% from 307); Blue value is 47 (18.75% from 255 or 15.31% from 307); Max value from RGB is 182 - color contains mainly: red. Hex color #B64E2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B64E2F is #49B1D0. Grayscale: #696969. Windows color (decimal): -4829649 or 3100342. OLE color: 3100342.
HSL color Cylindrical-coordinate representation of color #B64E2F: hue angle of 13.78º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B64E2F is Cyan = 0, Magento = 0.57, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 78 | 47 | - |
| CMYK | 0 | 0.57 | 0.74 | 0.29 |
| HSL | 13.78º | 0.59% | 0.45% | - |
| HSV(B) | 13.78º | 0.74% | 0.71% | - |
| XYZ | 22.53 | 15.6 | 4.51 | - |
| YUV | 105.56 | 94.96 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 78 | 47 | 0 | 0.57 | 0.74 | 0.29 | 13.78 | 0.59 | 0.45 |
| Hex | B6 | 4E | 2F | 0 | 39 | 4A | 1D | E | 3B | 2D |
| Octal | 266 | 116 | 57 | 0 | 71 | 112 | 35 | 16 | 73 | 55 |
| Binary | 10110110 | 1001110 | 101111 | 0 | 111001 | 1001010 | 11101 | 1110 | 111011 | 101101 |
Color Harmonies of #B64E2F
Complementary color
Monochromatic Colors of #B64E2F
Black with #B64E2F
Text Example
Text Example
White with #B64E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64E2F; }
p { color: rgb(182,78,47); }
H1.HeaderClassName
{
color: #B64E2F;
}
.AnyTagClassName
{
color: #B64E2F;
}
</style>
background-color css
<style>
a { background-color: #B64E2F; }
a { background-color: rgb(182,78,47); }
div.DivClassName
{
background-color: #B64E2F;
}
.BgClassName
{
background-color: #B64E2F;
}
</style>
border-color css
<style>
span { border-color: #B64E2F; }
span { border-color: rgb(182,78,47); }
td.TdClassName
{
border-color: #B64E2F;
}
.TagClassName
{
border-color: #B64E2F;
}
</style>