Shades of Grenadier #BF452B
Tints of Grenadier #BF452B
RGB
CMYK
RGB Variations
Color information
#BF452B (or 0xBF452B) is known color: Grenadier. HEX triplet: BF, 45 and 2B. RGB value is (191,69,43). Sum of RGB (Red+Green+Blue) = 191+69+43=303 (40% of max value = 765). Red value is 191 (75% from 255 or 63.04% from 303); Green value is 69 (27.34% from 255 or 22.77% from 303); Blue value is 43 (17.19% from 255 or 14.19% from 303); Max value from RGB is 191 - color contains mainly: red. Hex color #BF452B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF452B is #40BAD4. Grayscale: #666666. Windows color (decimal): -4242133 or 2835903. OLE color: 2835903.
HSL color Cylindrical-coordinate representation of color #BF452B: hue angle of 10.54º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BF452B is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 69 | 43 | - |
| CMYK | 0 | 0.64 | 0.77 | 0.25 |
| HSL | 10.54º | 0.63% | 0.46% | - |
| HSV(B) | 10.54º | 0.77% | 0.75% | - |
| XYZ | 24.05 | 15.51 | 4.01 | - |
| YUV | 102.51 | 94.42 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 69 | 43 | 0 | 0.64 | 0.77 | 0.25 | 10.54 | 0.63 | 0.46 |
| Hex | BF | 45 | 2B | 0 | 40 | 4D | 19 | B | 3F | 2E |
| Octal | 277 | 105 | 53 | 0 | 100 | 115 | 31 | 13 | 77 | 56 |
| Binary | 10111111 | 1000101 | 101011 | 0 | 1000000 | 1001101 | 11001 | 1011 | 111111 | 101110 |
Color Harmonies of #BF452B
Complementary color
Monochromatic Colors of #BF452B
Black with #BF452B
Text Example
Text Example
White with #BF452B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF452B; }
p { color: rgb(191,69,43); }
H1.HeaderClassName
{
color: #BF452B;
}
.AnyTagClassName
{
color: #BF452B;
}
</style>
background-color css
<style>
a { background-color: #BF452B; }
a { background-color: rgb(191,69,43); }
div.DivClassName
{
background-color: #BF452B;
}
.BgClassName
{
background-color: #BF452B;
}
</style>
border-color css
<style>
span { border-color: #BF452B; }
span { border-color: rgb(191,69,43); }
td.TdClassName
{
border-color: #BF452B;
}
.TagClassName
{
border-color: #BF452B;
}
</style>