Shades of Grenadier #BE453C
Tints of Grenadier #BE453C
RGB
CMYK
RGB Variations
Color information
#BE453C (or 0xBE453C) is known color: Grenadier. HEX triplet: BE, 45 and 3C. RGB value is (190,69,60). Sum of RGB (Red+Green+Blue) = 190+69+60=319 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.56% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 60 (23.83% from 255 or 18.81% from 319); Max value from RGB is 190 - color contains mainly: red. Hex color #BE453C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE453C is #41BAC3. Grayscale: #686868. Windows color (decimal): -4307652 or 3950014. OLE color: 3950014.
HSL color Cylindrical-coordinate representation of color #BE453C: hue angle of 4.15º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE453C is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 69 | 60 | - |
| CMYK | 0 | 0.64 | 0.68 | 0.25 |
| HSL | 4.15º | 0.52% | 0.49% | - |
| HSV(B) | 4.15º | 0.68% | 0.75% | - |
| XYZ | 24.18 | 15.53 | 6 | - |
| YUV | 104.15 | 103.09 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 69 | 60 | 0 | 0.64 | 0.68 | 0.25 | 4.15 | 0.52 | 0.49 |
| Hex | BE | 45 | 3C | 0 | 40 | 44 | 19 | 4 | 34 | 31 |
| Octal | 276 | 105 | 74 | 0 | 100 | 104 | 31 | 4 | 64 | 61 |
| Binary | 10111110 | 1000101 | 111100 | 0 | 1000000 | 1000100 | 11001 | 100 | 110100 | 110001 |
Color Harmonies of #BE453C
Complementary color
Monochromatic Colors of #BE453C
Black with #BE453C
Text Example
Text Example
White with #BE453C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE453C; }
p { color: rgb(190,69,60); }
H1.HeaderClassName
{
color: #BE453C;
}
.AnyTagClassName
{
color: #BE453C;
}
</style>
background-color css
<style>
a { background-color: #BE453C; }
a { background-color: rgb(190,69,60); }
div.DivClassName
{
background-color: #BE453C;
}
.BgClassName
{
background-color: #BE453C;
}
</style>
border-color css
<style>
span { border-color: #BE453C; }
span { border-color: rgb(190,69,60); }
td.TdClassName
{
border-color: #BE453C;
}
.TagClassName
{
border-color: #BE453C;
}
</style>