#BE442D

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

Shades of Grenadier #BE442D

Tints of Grenadier #BE442D

Color information

#BE442D (or 0xBE442D) is unknown color: approx Grenadier. HEX triplet: BE, 44 and 2D. RGB value is (190,68,45). Sum of RGB (Red+Green+Blue) = 190+68+45=303 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.71% from 303); Green value is 68 (26.95% from 255 or 22.44% from 303); Blue value is 45 (17.97% from 255 or 14.85% from 303); Max value from RGB is 190 - color contains mainly: red. Hex color #BE442D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE442D is #41BBD2. Grayscale: #666666. Windows color (decimal): -4307923 or 2966718. OLE color: 2966718.

HSL color Cylindrical-coordinate representation of color #BE442D: hue angle of 9.52º degrees, saturation: 0.62, 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 #BE442D is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB1906845-
CMYK00.640.760.25
HSL9.52º61.7%46.08%-
HSV(B)9.52º76.32%74.51%-
XYZ23.7815.274.18-
YUV101.8695.92190.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 62.71%
GREEN value IS 68 (26.95% from 255) = 22.44%
BLUE value IS 45 (17.97% from 255) = 14.85%
R=62.71%
G=22.44%
B=14.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190684500.640.760.259.5261.746.08
HexBE442D0404C19a3e2e
Octal27610455010011431127656
Binary101111101000100101101010000001001100110011010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE442D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE442D; }

 p { color: rgb(190,68,45); }

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

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

 a { background-color: rgb(190,68,45); }

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

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

 span { border-color: rgb(190,68,45); }

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