Shades of Grenadier #BF413B
Tints of Grenadier #BF413B
RGB
CMYK
RGB Variations
Color information
#BF413B (or 0xBF413B) is known color: Grenadier. HEX triplet: BF, 41 and 3B. RGB value is (191,65,59). Sum of RGB (Red+Green+Blue) = 191+65+59=315 (41% of max value = 765). Red value is 191 (75% from 255 or 60.63% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 59 (23.44% from 255 or 18.73% from 315); Max value from RGB is 191 - color contains mainly: red. Hex color #BF413B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF413B is #40BEC4. Grayscale: #666666. Windows color (decimal): -4243141 or 3883455. OLE color: 3883455.
HSL color Cylindrical-coordinate representation of color #BF413B: hue angle of 2.73º 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 #BF413B is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 65 | 59 | - |
| CMYK | 0 | 0.66 | 0.69 | 0.25 |
| HSL | 2.73º | 0.53% | 0.49% | - |
| HSV(B) | 2.73º | 0.69% | 0.75% | - |
| XYZ | 24.17 | 15.17 | 5.79 | - |
| YUV | 101.99 | 103.74 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 65 | 59 | 0 | 0.66 | 0.69 | 0.25 | 2.73 | 0.53 | 0.49 |
| Hex | BF | 41 | 3B | 0 | 42 | 45 | 19 | 3 | 35 | 31 |
| Octal | 277 | 101 | 73 | 0 | 102 | 105 | 31 | 3 | 65 | 61 |
| Binary | 10111111 | 1000001 | 111011 | 0 | 1000010 | 1000101 | 11001 | 11 | 110101 | 110001 |
Color Harmonies of #BF413B
Complementary color
Monochromatic Colors of #BF413B
Black with #BF413B
Text Example
Text Example
White with #BF413B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF413B; }
p { color: rgb(191,65,59); }
H1.HeaderClassName
{
color: #BF413B;
}
.AnyTagClassName
{
color: #BF413B;
}
</style>
background-color css
<style>
a { background-color: #BF413B; }
a { background-color: rgb(191,65,59); }
div.DivClassName
{
background-color: #BF413B;
}
.BgClassName
{
background-color: #BF413B;
}
</style>
border-color css
<style>
span { border-color: #BF413B; }
span { border-color: rgb(191,65,59); }
td.TdClassName
{
border-color: #BF413B;
}
.TagClassName
{
border-color: #BF413B;
}
</style>