#B44E3B

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

Shades of Grenadier #B44E3B

Tints of Grenadier #B44E3B

Color information

#B44E3B (or 0xB44E3B) is unknown color: approx Grenadier. HEX triplet: B4, 4E and 3B. RGB value is (180,78,59). Sum of RGB (Red+Green+Blue) = 180+78+59=317 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.78% from 317); Green value is 78 (30.86% from 255 or 24.61% from 317); Blue value is 59 (23.44% from 255 or 18.61% from 317); Max value from RGB is 180 - color contains mainly: red. Hex color #B44E3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B44E3B is #4BB1C4. Grayscale: #6A6A6A. Windows color (decimal): -4960709 or 3886772. OLE color: 3886772.

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

Color convert

RGB1807859-
CMYK00.570.670.29
HSL9.42º50.63%46.86%-
HSV(B)9.42º67.22%70.59%-
XYZ22.3415.475.95-
YUV106.33101.29180.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.78%
GREEN value IS 78 (30.86% from 255) = 24.61%
BLUE value IS 59 (23.44% from 255) = 18.61%
R=56.78%
G=24.61%
B=18.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180785900.570.670.299.4250.6346.86
HexB44E3B039431D9332f
Octal2641167307110335116357
Binary10110100100111011101101110011000011111011001110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44E3B; }

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

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

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

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

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

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

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

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