#B54B34

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

Shades of Grenadier #B54B34

Tints of Grenadier #B54B34

Color information

#B54B34 (or 0xB54B34) is unknown color: approx Grenadier. HEX triplet: B5, 4B and 34. RGB value is (181,75,52). Sum of RGB (Red+Green+Blue) = 181+75+52=308 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.77% from 308); Green value is 75 (29.69% from 255 or 24.35% from 308); Blue value is 52 (20.70% from 255 or 16.88% from 308); Max value from RGB is 181 - color contains mainly: red. Hex color #B54B34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54B34 is #4AB4CB. Grayscale: #686868. Windows color (decimal): -4895948 or 3427253. OLE color: 3427253.

HSL color Cylindrical-coordinate representation of color #B54B34: hue angle of 10.7º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B54B34 is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB1817552-
CMYK00.590.710.29
HSL10.7º55.36%45.69%-
HSV(B)10.7º71.27%70.98%-
XYZ22.1915.14.99-
YUV104.0798.62182.87-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 58.77%
GREEN value IS 75 (29.69% from 255) = 24.35%
BLUE value IS 52 (20.70% from 255) = 16.88%
R=58.77%
G=24.35%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181755200.590.710.2910.755.3645.69
HexB54B3403B471Db372e
Octal2651136407310735136756
Binary10110101100101111010001110111000111111011011110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54B34; }

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

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

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

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

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

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

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

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