#B44B38

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

Shades of Grenadier #B44B38

Tints of Grenadier #B44B38

Color information

#B44B38 (or 0xB44B38) is unknown color: approx Grenadier. HEX triplet: B4, 4B and 38. RGB value is (180,75,56). Sum of RGB (Red+Green+Blue) = 180+75+56=311 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.88% from 311); Green value is 75 (29.69% from 255 or 24.12% from 311); Blue value is 56 (22.27% from 255 or 18.01% from 311); Max value from RGB is 180 - color contains mainly: red. Hex color #B44B38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44B38 is #4BB4C7. Grayscale: #686868. Windows color (decimal): -4961480 or 3689396. OLE color: 3689396.

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

Color convert

RGB1807556-
CMYK00.580.690.29
HSL9.19º52.54%46.27%-
HSV(B)9.19º68.89%70.59%-
XYZ22.0515.025.48-
YUV104.23100.79182.04-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 57.88%
GREEN value IS 75 (29.69% from 255) = 24.12%
BLUE value IS 56 (22.27% from 255) = 18.01%
R=57.88%
G=24.12%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180755600.580.690.299.1952.5446.27
HexB44B3803A451D9352e
Octal2641137007210535116556
Binary10110100100101111100001110101000101111011001110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44B38; }

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

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

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

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

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

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

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

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