#B44D38

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

Shades of Grenadier #B44D38

Tints of Grenadier #B44D38

Color information

#B44D38 (or 0xB44D38) is unknown color: approx Grenadier. HEX triplet: B4, 4D and 38. RGB value is (180,77,56). Sum of RGB (Red+Green+Blue) = 180+77+56=313 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.51% from 313); Green value is 77 (30.47% from 255 or 24.60% from 313); Blue value is 56 (22.27% from 255 or 17.89% from 313); Max value from RGB is 180 - color contains mainly: red. Hex color #B44D38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B44D38 is #4BB2C7. Grayscale: #696969. Windows color (decimal): -4960968 or 3689908. OLE color: 3689908.

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

Color convert

RGB1807756-
CMYK00.570.690.29
HSL10.16º52.54%46.27%-
HSV(B)10.16º68.89%70.59%-
XYZ22.1915.35.52-
YUV105.4100.12181.21-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 57.51%
GREEN value IS 77 (30.47% from 255) = 24.60%
BLUE value IS 56 (22.27% from 255) = 17.89%
R=57.51%
G=24.60%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180775600.570.690.2910.1652.5446.27
HexB44D38039451Da352e
Octal2641157007110535126556
Binary10110100100110111100001110011000101111011010110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44D38; }

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

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

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

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

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

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

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

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