#BE4131

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

Shades of Grenadier #BE4131

Tints of Grenadier #BE4131

Color information

#BE4131 (or 0xBE4131) is unknown color: approx Grenadier. HEX triplet: BE, 41 and 31. RGB value is (190,65,49). Sum of RGB (Red+Green+Blue) = 190+65+49=304 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.5% from 304); Green value is 65 (25.78% from 255 or 21.38% from 304); Blue value is 49 (19.53% from 255 or 16.12% from 304); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4131 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4131 is #41BECE. Grayscale: #646464. Windows color (decimal): -4308687 or 3228094. OLE color: 3228094.

HSL color Cylindrical-coordinate representation of color #BE4131: hue angle of 6.81º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE4131 is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB1906549-
CMYK00.660.740.25
HSL6.81º59%46.86%-
HSV(B)6.81º74.21%74.51%-
XYZ23.6814.954.54-
YUV100.5598.91191.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 62.5%
GREEN value IS 65 (25.78% from 255) = 21.38%
BLUE value IS 49 (19.53% from 255) = 16.12%
R=62.5%
G=21.38%
B=16.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190654900.660.740.256.815946.86
HexBE41310424A1973b2f
Octal2761016101021123177357
Binary10111110100000111000101000010100101011001111111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4131; }

 p { color: rgb(190,65,49); }

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

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

 a { background-color: rgb(190,65,49); }

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

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

 span { border-color: rgb(190,65,49); }

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