#BF3F26

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

Shades of Grenadier #BF3F26

Tints of Grenadier #BF3F26

Color information

#BF3F26 (or 0xBF3F26) is unknown color: approx Grenadier. HEX triplet: BF, 3F and 26. RGB value is (191,63,38). Sum of RGB (Red+Green+Blue) = 191+63+38=292 (38% of max value = 765). Red value is 191 (75% from 255 or 65.41% from 292); Green value is 63 (25% from 255 or 21.58% from 292); Blue value is 38 (15.23% from 255 or 13.01% from 292); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3F26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3F26 is #40C0D9. Grayscale: #626262. Windows color (decimal): -4243674 or 2506687. OLE color: 2506687.

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

Color convert

RGB1916338-
CMYK00.670.800.25
HSL9.8º66.81%44.9%-
HSV(B)9.8º80.1%74.9%-
XYZ23.6114.773.44-
YUV98.4293.91194.03-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 65.41%
GREEN value IS 63 (25% from 255) = 21.58%
BLUE value IS 38 (15.23% from 255) = 13.01%
R=65.41%
G=21.58%
B=13.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191633800.670.800.259.866.8144.9
HexBF3F260435019a432d
Octal27777460103120311210355
Binary101111111111111001100100001110100001100110101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3F26; }

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

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

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

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

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

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

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

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