#BF422E

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

Shades of Grenadier #BF422E

Tints of Grenadier #BF422E

Color information

#BF422E (or 0xBF422E) is unknown color: approx Grenadier. HEX triplet: BF, 42 and 2E. RGB value is (191,66,46). Sum of RGB (Red+Green+Blue) = 191+66+46=303 (40% of max value = 765). Red value is 191 (75% from 255 or 63.04% from 303); Green value is 66 (26.17% from 255 or 21.78% from 303); Blue value is 46 (18.36% from 255 or 15.18% from 303); Max value from RGB is 191 - color contains mainly: red. Hex color #BF422E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF422E is #40BDD1. Grayscale: #656565. Windows color (decimal): -4242898 or 3031743. OLE color: 3031743.

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

Color convert

RGB1916646-
CMYK00.650.760.25
HSL8.28º61.18%46.47%-
HSV(B)8.28º75.92%74.9%-
XYZ23.9315.174.25-
YUV101.196.91192.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 63.04%
GREEN value IS 66 (26.17% from 255) = 21.78%
BLUE value IS 46 (18.36% from 255) = 15.18%
R=63.04%
G=21.78%
B=15.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191664600.650.760.258.2861.1846.47
HexBF422E0414C1983d2e
Octal27710256010111431107556
Binary101111111000010101110010000011001100110011000111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF422E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF422E; }

 p { color: rgb(191,66,46); }

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

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

 a { background-color: rgb(191,66,46); }

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

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

 span { border-color: rgb(191,66,46); }

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