Shades of Grenadier #BF413C
Tints of Grenadier #BF413C
RGB
CMYK
RGB Variations
Color information
#BF413C (or 0xBF413C) is known color: Grenadier. HEX triplet: BF, 41 and 3C. RGB value is (191,65,60). Sum of RGB (Red+Green+Blue) = 191+65+60=316 (41% of max value = 765). Red value is 191 (75% from 255 or 60.44% from 316); Green value is 65 (25.78% from 255 or 20.57% from 316); Blue value is 60 (23.83% from 255 or 18.99% from 316); Max value from RGB is 191 - color contains mainly: red. Hex color #BF413C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF413C is #40BEC3. Grayscale: #666666. Windows color (decimal): -4243140 or 3948991. OLE color: 3948991.
HSL color Cylindrical-coordinate representation of color #BF413C: hue angle of 2.29º degrees, saturation: 0.52, 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 #BF413C is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 65 | 60 | - |
| CMYK | 0 | 0.66 | 0.69 | 0.25 |
| HSL | 2.29º | 0.52% | 0.49% | - |
| HSV(B) | 2.29º | 0.69% | 0.75% | - |
| XYZ | 24.19 | 15.18 | 5.93 | - |
| YUV | 102.1 | 104.24 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 65 | 60 | 0 | 0.66 | 0.69 | 0.25 | 2.29 | 0.52 | 0.49 |
| Hex | BF | 41 | 3C | 0 | 42 | 45 | 19 | 2 | 34 | 31 |
| Octal | 277 | 101 | 74 | 0 | 102 | 105 | 31 | 2 | 64 | 61 |
| Binary | 10111111 | 1000001 | 111100 | 0 | 1000010 | 1000101 | 11001 | 10 | 110100 | 110001 |
Color Harmonies of #BF413C
Complementary color
Monochromatic Colors of #BF413C
Black with #BF413C
Text Example
Text Example
White with #BF413C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF413C; }
p { color: rgb(191,65,60); }
H1.HeaderClassName
{
color: #BF413C;
}
.AnyTagClassName
{
color: #BF413C;
}
</style>
background-color css
<style>
a { background-color: #BF413C; }
a { background-color: rgb(191,65,60); }
div.DivClassName
{
background-color: #BF413C;
}
.BgClassName
{
background-color: #BF413C;
}
</style>
border-color css
<style>
span { border-color: #BF413C; }
span { border-color: rgb(191,65,60); }
td.TdClassName
{
border-color: #BF413C;
}
.TagClassName
{
border-color: #BF413C;
}
</style>