Shades of Grenadier #BF402D
Tints of Grenadier #BF402D
RGB
CMYK
RGB Variations
Color information
#BF402D (or 0xBF402D) is known color: Grenadier. HEX triplet: BF, 40 and 2D. RGB value is (191,64,45). Sum of RGB (Red+Green+Blue) = 191+64+45=300 (39% of max value = 765). Red value is 191 (75% from 255 or 63.67% from 300); Green value is 64 (25.39% from 255 or 21.33% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 191 - color contains mainly: red. Hex color #BF402D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF402D is #40BFD2. Grayscale: #646464. Windows color (decimal): -4243411 or 2965695. OLE color: 2965695.
HSL color Cylindrical-coordinate representation of color #BF402D: hue angle of 7.81º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BF402D is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 64 | 45 | - |
| CMYK | 0 | 0.66 | 0.76 | 0.25 |
| HSL | 7.81º | 0.62% | 0.46% | - |
| HSV(B) | 7.81º | 0.76% | 0.75% | - |
| XYZ | 23.79 | 14.93 | 4.11 | - |
| YUV | 99.81 | 97.08 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 64 | 45 | 0 | 0.66 | 0.76 | 0.25 | 7.81 | 0.62 | 0.46 |
| Hex | BF | 40 | 2D | 0 | 42 | 4C | 19 | 8 | 3E | 2E |
| Octal | 277 | 100 | 55 | 0 | 102 | 114 | 31 | 10 | 76 | 56 |
| Binary | 10111111 | 1000000 | 101101 | 0 | 1000010 | 1001100 | 11001 | 1000 | 111110 | 101110 |
Color Harmonies of #BF402D
Complementary color
Monochromatic Colors of #BF402D
Black with #BF402D
Text Example
Text Example
White with #BF402D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF402D; }
p { color: rgb(191,64,45); }
H1.HeaderClassName
{
color: #BF402D;
}
.AnyTagClassName
{
color: #BF402D;
}
</style>
background-color css
<style>
a { background-color: #BF402D; }
a { background-color: rgb(191,64,45); }
div.DivClassName
{
background-color: #BF402D;
}
.BgClassName
{
background-color: #BF402D;
}
</style>
border-color css
<style>
span { border-color: #BF402D; }
span { border-color: rgb(191,64,45); }
td.TdClassName
{
border-color: #BF402D;
}
.TagClassName
{
border-color: #BF402D;
}
</style>