#BF422F

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

Shades of Grenadier #BF422F

Tints of Grenadier #BF422F

Color information

#BF422F (or 0xBF422F) is unknown color: approx Grenadier. HEX triplet: BF, 42 and 2F. RGB value is (191,66,47). Sum of RGB (Red+Green+Blue) = 191+66+47=304 (40% of max value = 765). Red value is 191 (75% from 255 or 62.83% from 304); Green value is 66 (26.17% from 255 or 21.71% from 304); Blue value is 47 (18.75% from 255 or 15.46% from 304); Max value from RGB is 191 - color contains mainly: red. Hex color #BF422F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF422F is #40BDD0. Grayscale: #656565. Windows color (decimal): -4242897 or 3097279. OLE color: 3097279.

HSL color Cylindrical-coordinate representation of color #BF422F: hue angle of 7.92º 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 #BF422F is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB1916647-
CMYK00.650.750.25
HSL7.92º60.5%46.67%-
HSV(B)7.92º75.39%74.9%-
XYZ23.9515.184.36-
YUV101.2197.41192.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 62.83%
GREEN value IS 66 (26.17% from 255) = 21.71%
BLUE value IS 47 (18.75% from 255) = 15.46%
R=62.83%
G=21.71%
B=15.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191664700.650.750.257.9260.546.67
HexBF422F0414B1983d2f
Octal27710257010111331107557
Binary101111111000010101111010000011001011110011000111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF422F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF422F; }

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

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

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

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

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

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

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

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