#B44C38

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

Shades of Grenadier #B44C38

Tints of Grenadier #B44C38

Color information

#B44C38 (or 0xB44C38) is unknown color: approx Grenadier. HEX triplet: B4, 4C and 38. RGB value is (180,76,56). Sum of RGB (Red+Green+Blue) = 180+76+56=312 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.69% from 312); Green value is 76 (30.08% from 255 or 24.36% from 312); Blue value is 56 (22.27% from 255 or 17.95% from 312); Max value from RGB is 180 - color contains mainly: red. Hex color #B44C38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44C38 is #4BB3C7. Grayscale: #696969. Windows color (decimal): -4961224 or 3689652. OLE color: 3689652.

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

Color convert

RGB1807656-
CMYK00.580.690.29
HSL9.68º52.54%46.27%-
HSV(B)9.68º68.89%70.59%-
XYZ22.1215.165.5-
YUV104.82100.46181.63-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 57.69%
GREEN value IS 76 (30.08% from 255) = 24.36%
BLUE value IS 56 (22.27% from 255) = 17.95%
R=57.69%
G=24.36%
B=17.95%

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
Decimal180765600.580.690.299.6852.5446.27
HexB44C3803A451Da352e
Octal2641147007210535126556
Binary10110100100110011100001110101000101111011010110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44C38; }

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

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

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

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

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

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

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

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