#B44E39

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

Shades of Grenadier #B44E39

Tints of Grenadier #B44E39

Color information

#B44E39 (or 0xB44E39) is unknown color: approx Grenadier. HEX triplet: B4, 4E and 39. RGB value is (180,78,57). Sum of RGB (Red+Green+Blue) = 180+78+57=315 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.14% from 315); Green value is 78 (30.86% from 255 or 24.76% from 315); Blue value is 57 (22.66% from 255 or 18.10% from 315); Max value from RGB is 180 - color contains mainly: red. Hex color #B44E39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B44E39 is #4BB1C6. Grayscale: #6A6A6A. Windows color (decimal): -4960711 or 3755700. OLE color: 3755700.

HSL color Cylindrical-coordinate representation of color #B44E39: hue angle of 10.24º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B44E39 is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB1807857-
CMYK00.570.680.29
HSL10.24º51.9%46.47%-
HSV(B)10.24º68.33%70.59%-
XYZ22.2915.455.68-
YUV106.1100.29180.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 57.14%
GREEN value IS 78 (30.86% from 255) = 24.76%
BLUE value IS 57 (22.66% from 255) = 18.10%
R=57.14%
G=24.76%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180785700.570.680.2910.2451.946.47
HexB44E39039441Da342e
Octal2641167107110435126456
Binary10110100100111011100101110011000100111011010110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44E39; }

 p { color: rgb(180,78,57); }

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

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

 a { background-color: rgb(180,78,57); }

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

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

 span { border-color: rgb(180,78,57); }

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