#b54b33

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

Shades of Grenadier #B54B33

Tints of Grenadier #B54B33

Color information

#B54B33 (or 0xB54B33) is unknown color: approx Grenadier. HEX triplet: B5, 4B and 33. RGB value is (181,75,51). Sum of RGB (Red+Green+Blue) = 181+75+51=307 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.96% from 307); Green value is 75 (29.69% from 255 or 24.43% from 307); Blue value is 51 (20.31% from 255 or 16.61% from 307); Max value from RGB is 181 - color contains mainly: red. Hex color #B54B33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54B33 is #4AB4CC. Grayscale: #686868. Windows color (decimal): -4895949 or 3361717. OLE color: 3361717.

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

Color convert

RGB1817551-
CMYK00.590.720.29
HSL11.08º56.03%45.49%-
HSV(B)11.08º71.82%70.98%-
XYZ22.1715.094.88-
YUV103.9698.12182.95-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 58.96%
GREEN value IS 75 (29.69% from 255) = 24.43%
BLUE value IS 51 (20.31% from 255) = 16.61%
R=58.96%
G=24.43%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181755100.590.720.2911.0856.0345.49
HexB54B3303B481Db382d
Octal2651136307311035137055
Binary10110101100101111001101110111001000111011011111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b54b33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b54b33; }

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

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

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

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

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

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

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

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