#BF412F

Color #BF412F Grenadier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grenadier #BF412F

Tints of Grenadier #BF412F

Color information

#BF412F (or 0xBF412F) is unknown color: approx Grenadier. HEX triplet: BF, 41 and 2F. RGB value is (191,65,47). Sum of RGB (Red+Green+Blue) = 191+65+47=303 (40% of max value = 765). Red value is 191 (75% from 255 or 63.04% from 303); Green value is 65 (25.78% from 255 or 21.45% from 303); Blue value is 47 (18.75% from 255 or 15.51% from 303); Max value from RGB is 191 - color contains mainly: red. Hex color #BF412F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF412F is #40BED0. Grayscale: #646464. Windows color (decimal): -4243153 or 3097023. OLE color: 3097023.

HSL color Cylindrical-coordinate representation of color #BF412F: hue angle of 7.5º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BF412F is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB1916547-
CMYK00.660.750.25
HSL7.5º60.5%46.67%-
HSV(B)7.5º75.39%74.9%-
XYZ23.8915.064.34-
YUV100.6297.74192.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 63.04%
GREEN value IS 65 (25.78% from 255) = 21.45%
BLUE value IS 47 (18.75% from 255) = 15.51%
R=63.04%
G=21.45%
B=15.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191654700.660.750.257.560.546.67
HexBF412F0424B1983d2f
Octal27710157010211331107557
Binary101111111000001101111010000101001011110011000111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF412F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF412F; }

 p { color: rgb(191,65,47); }

 H1.HeaderClassName
 {
   color: #BF412F;
 }
 .AnyTagClassName
 {
   color: #BF412F;
 }
</style>
background-color css

<style>
 a { background-color: #BF412F; }

 a { background-color: rgb(191,65,47); }

 div.DivClassName
 {
   background-color: #BF412F;
 }
 .BgClassName
 {
   background-color: #BF412F;
 }
</style>
border-color css

<style>
 span { border-color: #BF412F; }

 span { border-color: rgb(191,65,47); }

 td.TdClassName
 {
   border-color: #BF412F;
 }
 .TagClassName
 {
   border-color: #BF412F;
 }
</style>