#BF443C

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

Shades of Grenadier #BF443C

Tints of Grenadier #BF443C

Color information

#BF443C (or 0xBF443C) is unknown color: approx Grenadier. HEX triplet: BF, 44 and 3C. RGB value is (191,68,60). Sum of RGB (Red+Green+Blue) = 191+68+60=319 (42% of max value = 765). Red value is 191 (75% from 255 or 59.87% from 319); Green value is 68 (26.95% from 255 or 21.32% from 319); Blue value is 60 (23.83% from 255 or 18.81% from 319); Max value from RGB is 191 - color contains mainly: red. Hex color #BF443C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF443C is #40BBC3. Grayscale: #686868. Windows color (decimal): -4242372 or 3949759. OLE color: 3949759.

HSL color Cylindrical-coordinate representation of color #BF443C: hue angle of 3.66º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF443C is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB1916860-
CMYK00.640.690.25
HSL3.66º52.19%49.22%-
HSV(B)3.66º68.59%74.9%-
XYZ24.3715.545.99-
YUV103.86103.25190.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 59.87%
GREEN value IS 68 (26.95% from 255) = 21.32%
BLUE value IS 60 (23.83% from 255) = 18.81%
R=59.87%
G=21.32%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191686000.640.690.253.6652.1949.22
HexBF443C040451943431
Octal2771047401001053146461
Binary10111111100010011110001000000100010111001100110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF443C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF443C; }

 p { color: rgb(191,68,60); }

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

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

 a { background-color: rgb(191,68,60); }

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

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

 span { border-color: rgb(191,68,60); }

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