#B44B33

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

Shades of Grenadier #B44B33

Tints of Grenadier #B44B33

Color information

#B44B33 (or 0xB44B33) is unknown color: approx Grenadier. HEX triplet: B4, 4B and 33. RGB value is (180,75,51). Sum of RGB (Red+Green+Blue) = 180+75+51=306 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.82% from 306); Green value is 75 (29.69% from 255 or 24.51% from 306); Blue value is 51 (20.31% from 255 or 16.67% from 306); Max value from RGB is 180 - color contains mainly: red. Hex color #B44B33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44B33 is #4BB4CC. Grayscale: #676767. Windows color (decimal): -4961485 or 3361716. OLE color: 3361716.

HSL color Cylindrical-coordinate representation of color #B44B33: hue angle of 11.16º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B44B33 is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB1807551-
CMYK00.580.720.29
HSL11.16º55.84%45.29%-
HSV(B)11.16º71.67%70.59%-
XYZ21.9414.974.87-
YUV103.6698.29182.45-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 58.82%
GREEN value IS 75 (29.69% from 255) = 24.51%
BLUE value IS 51 (20.31% from 255) = 16.67%
R=58.82%
G=24.51%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180755100.580.720.2911.1655.8445.29
HexB44B3303A481Db382d
Octal2641136307211035137055
Binary10110100100101111001101110101001000111011011111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44B33; }

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

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

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

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

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

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

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

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