Shades of Grenadier #BF413A
Tints of Grenadier #BF413A
RGB
CMYK
RGB Variations
Color information
#BF413A (or 0xBF413A) is known color: Grenadier. HEX triplet: BF, 41 and 3A. RGB value is (191,65,58). Sum of RGB (Red+Green+Blue) = 191+65+58=314 (41% of max value = 765). Red value is 191 (75% from 255 or 60.83% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 58 (23.05% from 255 or 18.47% from 314); Max value from RGB is 191 - color contains mainly: red. Hex color #BF413A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF413A is #40BEC5. Grayscale: #666666. Windows color (decimal): -4243142 or 3817919. OLE color: 3817919.
HSL color Cylindrical-coordinate representation of color #BF413A: hue angle of 3.16º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF413A is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 65 | 58 | - |
| CMYK | 0 | 0.66 | 0.70 | 0.25 |
| HSL | 3.16º | 0.53% | 0.49% | - |
| HSV(B) | 3.16º | 0.7% | 0.75% | - |
| XYZ | 24.14 | 15.16 | 5.66 | - |
| YUV | 101.88 | 103.24 | 191.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 65 | 58 | 0 | 0.66 | 0.70 | 0.25 | 3.16 | 0.53 | 0.49 |
| Hex | BF | 41 | 3A | 0 | 42 | 46 | 19 | 3 | 35 | 31 |
| Octal | 277 | 101 | 72 | 0 | 102 | 106 | 31 | 3 | 65 | 61 |
| Binary | 10111111 | 1000001 | 111010 | 0 | 1000010 | 1000110 | 11001 | 11 | 110101 | 110001 |
Color Harmonies of #BF413A
Complementary color
Monochromatic Colors of #BF413A
Black with #BF413A
Text Example
Text Example
White with #BF413A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF413A; }
p { color: rgb(191,65,58); }
H1.HeaderClassName
{
color: #BF413A;
}
.AnyTagClassName
{
color: #BF413A;
}
</style>
background-color css
<style>
a { background-color: #BF413A; }
a { background-color: rgb(191,65,58); }
div.DivClassName
{
background-color: #BF413A;
}
.BgClassName
{
background-color: #BF413A;
}
</style>
border-color css
<style>
span { border-color: #BF413A; }
span { border-color: rgb(191,65,58); }
td.TdClassName
{
border-color: #BF413A;
}
.TagClassName
{
border-color: #BF413A;
}
</style>