#B44D39

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

Shades of Grenadier #B44D39

Tints of Grenadier #B44D39

Color information

#B44D39 (or 0xB44D39) is unknown color: approx Grenadier. HEX triplet: B4, 4D and 39. RGB value is (180,77,57). Sum of RGB (Red+Green+Blue) = 180+77+57=314 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.32% from 314); Green value is 77 (30.47% from 255 or 24.52% from 314); Blue value is 57 (22.66% from 255 or 18.15% from 314); Max value from RGB is 180 - color contains mainly: red. Hex color #B44D39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B44D39 is #4BB2C6. Grayscale: #696969. Windows color (decimal): -4960967 or 3755444. OLE color: 3755444.

HSL color Cylindrical-coordinate representation of color #B44D39: hue angle of 9.76º 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 #B44D39 is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB1807757-
CMYK00.570.680.29
HSL9.76º51.9%46.47%-
HSV(B)9.76º68.33%70.59%-
XYZ22.2115.315.65-
YUV105.52100.62181.13-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 57.32%
GREEN value IS 77 (30.47% from 255) = 24.52%
BLUE value IS 57 (22.66% from 255) = 18.15%
R=57.32%
G=24.52%
B=18.15%

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
Decimal180775700.570.680.299.7651.946.47
HexB44D39039441Da342e
Octal2641157107110435126456
Binary10110100100110111100101110011000100111011010110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44D39; }

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

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

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

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

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

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

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

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