Shades of Grenadier #BE413A
Tints of Grenadier #BE413A
RGB
CMYK
RGB Variations
Color information
#BE413A (or 0xBE413A) is known color: Grenadier. HEX triplet: BE, 41 and 3A. RGB value is (190,65,58). Sum of RGB (Red+Green+Blue) = 190+65+58=313 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.70% from 313); Green value is 65 (25.78% from 255 or 20.77% from 313); Blue value is 58 (23.05% from 255 or 18.53% from 313); Max value from RGB is 190 - color contains mainly: red. Hex color #BE413A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE413A is #41BEC5. Grayscale: #656565. Windows color (decimal): -4308678 or 3817918. OLE color: 3817918.
HSL color Cylindrical-coordinate representation of color #BE413A: hue angle of 3.18º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BE413A is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 65 | 58 | - |
| CMYK | 0 | 0.66 | 0.69 | 0.25 |
| HSL | 3.18º | 0.53% | 0.49% | - |
| HSV(B) | 3.18º | 0.69% | 0.75% | - |
| XYZ | 23.89 | 15.03 | 5.65 | - |
| YUV | 101.58 | 103.41 | 191.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 65 | 58 | 0 | 0.66 | 0.69 | 0.25 | 3.18 | 0.53 | 0.49 |
| Hex | BE | 41 | 3A | 0 | 42 | 45 | 19 | 3 | 35 | 31 |
| Octal | 276 | 101 | 72 | 0 | 102 | 105 | 31 | 3 | 65 | 61 |
| Binary | 10111110 | 1000001 | 111010 | 0 | 1000010 | 1000101 | 11001 | 11 | 110101 | 110001 |
Color Harmonies of #BE413A
Complementary color
Monochromatic Colors of #BE413A
Black with #BE413A
Text Example
Text Example
White with #BE413A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE413A; }
p { color: rgb(190,65,58); }
H1.HeaderClassName
{
color: #BE413A;
}
.AnyTagClassName
{
color: #BE413A;
}
</style>
background-color css
<style>
a { background-color: #BE413A; }
a { background-color: rgb(190,65,58); }
div.DivClassName
{
background-color: #BE413A;
}
.BgClassName
{
background-color: #BE413A;
}
</style>
border-color css
<style>
span { border-color: #BE413A; }
span { border-color: rgb(190,65,58); }
td.TdClassName
{
border-color: #BE413A;
}
.TagClassName
{
border-color: #BE413A;
}
</style>