#B55038

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

Shades of Grenadier #B55038

Tints of Grenadier #B55038

Color information

#B55038 (or 0xB55038) is unknown color: approx Grenadier. HEX triplet: B5, 50 and 38. RGB value is (181,80,56). Sum of RGB (Red+Green+Blue) = 181+80+56=317 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.10% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 56 (22.27% from 255 or 17.67% from 317); Max value from RGB is 181 - color contains mainly: red. Hex color #B55038 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55038 is #4AAFC7. Grayscale: #6B6B6B. Windows color (decimal): -4894664 or 3690677. OLE color: 3690677.

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

Color convert

RGB1818056-
CMYK00.560.690.29
HSL11.52º52.74%46.47%-
HSV(B)11.52º69.06%70.98%-
XYZ22.6415.855.61-
YUV107.4698.96180.45-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 57.10%
GREEN value IS 80 (31.64% from 255) = 25.24%
BLUE value IS 56 (22.27% from 255) = 17.67%
R=57.10%
G=25.24%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181805600.560.690.2911.5252.7446.47
HexB55038038451Dc352e
Octal2651207007010535146556
Binary10110101101000011100001110001000101111011100110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55038; }

 p { color: rgb(181,80,56); }

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

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

 a { background-color: rgb(181,80,56); }

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

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

 span { border-color: rgb(181,80,56); }

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