#B55039

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

Shades of Grenadier #B55039

Tints of Grenadier #B55039

Color information

#B55039 (or 0xB55039) is unknown color: approx Grenadier. HEX triplet: B5, 50 and 39. RGB value is (181,80,57). Sum of RGB (Red+Green+Blue) = 181+80+57=318 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.92% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 57 (22.66% from 255 or 17.92% from 318); Max value from RGB is 181 - color contains mainly: red. Hex color #B55039 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55039 is #4AAFC6. Grayscale: #6B6B6B. Windows color (decimal): -4894663 or 3756213. OLE color: 3756213.

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

Color convert

RGB1818057-
CMYK00.560.690.29
HSL11.13º52.1%46.67%-
HSV(B)11.13º68.51%70.98%-
XYZ22.6615.865.74-
YUV107.5899.46180.37-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.92%
GREEN value IS 80 (31.64% from 255) = 25.16%
BLUE value IS 57 (22.66% from 255) = 17.92%
R=56.92%
G=25.16%
B=17.92%

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
Decimal181805700.560.690.2911.1352.146.67
HexB55039038451Db342f
Octal2651207107010535136457
Binary10110101101000011100101110001000101111011011110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55039; }

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

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

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

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

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

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

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

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