Shades of Grenadier #BE4130
Tints of Grenadier #BE4130
RGB
CMYK
RGB Variations
Color information
#BE4130 (or 0xBE4130) is known color: Grenadier. HEX triplet: BE, 41 and 30. RGB value is (190,65,48). Sum of RGB (Red+Green+Blue) = 190+65+48=303 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.71% from 303); Green value is 65 (25.78% from 255 or 21.45% from 303); Blue value is 48 (19.14% from 255 or 15.84% from 303); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4130 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4130 is #41BECF. Grayscale: #646464. Windows color (decimal): -4308688 or 3162558. OLE color: 3162558.
HSL color Cylindrical-coordinate representation of color #BE4130: hue angle of 7.18º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BE4130 is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 65 | 48 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.25 |
| HSL | 7.18º | 0.6% | 0.47% | - |
| HSV(B) | 7.18º | 0.75% | 0.75% | - |
| XYZ | 23.66 | 14.94 | 4.43 | - |
| YUV | 100.44 | 98.41 | 191.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 65 | 48 | 0 | 0.66 | 0.75 | 0.25 | 7.18 | 0.6 | 0.47 |
| Hex | BE | 41 | 30 | 0 | 42 | 4B | 19 | 7 | 3C | 2F |
| Octal | 276 | 101 | 60 | 0 | 102 | 113 | 31 | 7 | 74 | 57 |
| Binary | 10111110 | 1000001 | 110000 | 0 | 1000010 | 1001011 | 11001 | 111 | 111100 | 101111 |
Color Harmonies of #BE4130
Complementary color
Monochromatic Colors of #BE4130
Black with #BE4130
Text Example
Text Example
White with #BE4130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4130; }
p { color: rgb(190,65,48); }
H1.HeaderClassName
{
color: #BE4130;
}
.AnyTagClassName
{
color: #BE4130;
}
</style>
background-color css
<style>
a { background-color: #BE4130; }
a { background-color: rgb(190,65,48); }
div.DivClassName
{
background-color: #BE4130;
}
.BgClassName
{
background-color: #BE4130;
}
</style>
border-color css
<style>
span { border-color: #BE4130; }
span { border-color: rgb(190,65,48); }
td.TdClassName
{
border-color: #BE4130;
}
.TagClassName
{
border-color: #BE4130;
}
</style>