Shades of Grenadier #BE433D
Tints of Grenadier #BE433D
RGB
CMYK
RGB Variations
Color information
#BE433D (or 0xBE433D) is known color: Grenadier. HEX triplet: BE, 43 and 3D. RGB value is (190,67,61). Sum of RGB (Red+Green+Blue) = 190+67+61=318 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.75% from 318); Green value is 67 (26.56% from 255 or 21.07% from 318); Blue value is 61 (24.22% from 255 or 19.18% from 318); Max value from RGB is 190 - color contains mainly: red. Hex color #BE433D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE433D is #41BCC2. Grayscale: #676767. Windows color (decimal): -4308163 or 4015038. OLE color: 4015038.
HSL color Cylindrical-coordinate representation of color #BE433D: hue angle of 2.79º degrees, saturation: 0.51, 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 #BE433D is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 67 | 61 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.25 |
| HSL | 2.79º | 0.51% | 0.49% | - |
| HSV(B) | 2.79º | 0.68% | 0.75% | - |
| XYZ | 24.08 | 15.3 | 6.1 | - |
| YUV | 103.09 | 104.25 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 67 | 61 | 0 | 0.65 | 0.68 | 0.25 | 2.79 | 0.51 | 0.49 |
| Hex | BE | 43 | 3D | 0 | 41 | 44 | 19 | 3 | 33 | 31 |
| Octal | 276 | 103 | 75 | 0 | 101 | 104 | 31 | 3 | 63 | 61 |
| Binary | 10111110 | 1000011 | 111101 | 0 | 1000001 | 1000100 | 11001 | 11 | 110011 | 110001 |
Color Harmonies of #BE433D
Complementary color
Monochromatic Colors of #BE433D
Black with #BE433D
Text Example
Text Example
White with #BE433D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE433D; }
p { color: rgb(190,67,61); }
H1.HeaderClassName
{
color: #BE433D;
}
.AnyTagClassName
{
color: #BE433D;
}
</style>
background-color css
<style>
a { background-color: #BE433D; }
a { background-color: rgb(190,67,61); }
div.DivClassName
{
background-color: #BE433D;
}
.BgClassName
{
background-color: #BE433D;
}
</style>
border-color css
<style>
span { border-color: #BE433D; }
span { border-color: rgb(190,67,61); }
td.TdClassName
{
border-color: #BE433D;
}
.TagClassName
{
border-color: #BE433D;
}
</style>