#BF3F25

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

Shades of Grenadier #BF3F25

Tints of Grenadier #BF3F25

Color information

#BF3F25 (or 0xBF3F25) is unknown color: approx Grenadier. HEX triplet: BF, 3F and 25. RGB value is (191,63,37). Sum of RGB (Red+Green+Blue) = 191+63+37=291 (38% of max value = 765). Red value is 191 (75% from 255 or 65.64% from 291); Green value is 63 (25% from 255 or 21.65% from 291); Blue value is 37 (14.84% from 255 or 12.71% from 291); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3F25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3F25 is #40C0DA. Grayscale: #626262. Windows color (decimal): -4243675 or 2441151. OLE color: 2441151.

HSL color Cylindrical-coordinate representation of color #BF3F25: hue angle of 10.13º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF3F25 is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB1916337-
CMYK00.670.810.25
HSL10.13º67.54%44.71%-
HSV(B)10.13º80.63%74.9%-
XYZ23.614.763.36-
YUV98.3193.41194.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 65.64%
GREEN value IS 63 (25% from 255) = 21.65%
BLUE value IS 37 (14.84% from 255) = 12.71%
R=65.64%
G=21.65%
B=12.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191633700.670.810.2510.1367.5444.71
HexBF3F250435119a442d
Octal27777450103121311210455
Binary101111111111111001010100001110100011100110101000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3F25; }

 p { color: rgb(191,63,37); }

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

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

 a { background-color: rgb(191,63,37); }

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

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

 span { border-color: rgb(191,63,37); }

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