Shades of Grenadier #BF412A
Tints of Grenadier #BF412A
RGB
CMYK
RGB Variations
Color information
#BF412A (or 0xBF412A) is known color: Grenadier. HEX triplet: BF, 41 and 2A. RGB value is (191,65,42). Sum of RGB (Red+Green+Blue) = 191+65+42=298 (39% of max value = 765). Red value is 191 (75% from 255 or 64.09% from 298); Green value is 65 (25.78% from 255 or 21.81% from 298); Blue value is 42 (16.80% from 255 or 14.09% from 298); Max value from RGB is 191 - color contains mainly: red. Hex color #BF412A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF412A is #40BED5. Grayscale: #646464. Windows color (decimal): -4243158 or 2769343. OLE color: 2769343.
HSL color Cylindrical-coordinate representation of color #BF412A: hue angle of 9.26º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BF412A is Cyan = 0, Magento = 0.66, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 65 | 42 | - |
| CMYK | 0 | 0.66 | 0.78 | 0.25 |
| HSL | 9.26º | 0.64% | 0.46% | - |
| HSV(B) | 9.26º | 0.78% | 0.75% | - |
| XYZ | 23.79 | 15.02 | 3.84 | - |
| YUV | 100.05 | 95.24 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 65 | 42 | 0 | 0.66 | 0.78 | 0.25 | 9.26 | 0.64 | 0.46 |
| Hex | BF | 41 | 2A | 0 | 42 | 4E | 19 | 9 | 40 | 2E |
| Octal | 277 | 101 | 52 | 0 | 102 | 116 | 31 | 11 | 100 | 56 |
| Binary | 10111111 | 1000001 | 101010 | 0 | 1000010 | 1001110 | 11001 | 1001 | 1000000 | 101110 |
Color Harmonies of #BF412A
Complementary color
Monochromatic Colors of #BF412A
Black with #BF412A
Text Example
Text Example
White with #BF412A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF412A; }
p { color: rgb(191,65,42); }
H1.HeaderClassName
{
color: #BF412A;
}
.AnyTagClassName
{
color: #BF412A;
}
</style>
background-color css
<style>
a { background-color: #BF412A; }
a { background-color: rgb(191,65,42); }
div.DivClassName
{
background-color: #BF412A;
}
.BgClassName
{
background-color: #BF412A;
}
</style>
border-color css
<style>
span { border-color: #BF412A; }
span { border-color: rgb(191,65,42); }
td.TdClassName
{
border-color: #BF412A;
}
.TagClassName
{
border-color: #BF412A;
}
</style>