#B54C34

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

Shades of Grenadier #B54C34

Tints of Grenadier #B54C34

Color information

#B54C34 (or 0xB54C34) is unknown color: approx Grenadier. HEX triplet: B5, 4C and 34. RGB value is (181,76,52). Sum of RGB (Red+Green+Blue) = 181+76+52=309 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.58% from 309); Green value is 76 (30.08% from 255 or 24.60% from 309); Blue value is 52 (20.70% from 255 or 16.83% from 309); Max value from RGB is 181 - color contains mainly: red. Hex color #B54C34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54C34 is #4AB3CB. Grayscale: #686868. Windows color (decimal): -4895692 or 3427509. OLE color: 3427509.

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

Color convert

RGB1817652-
CMYK00.580.710.29
HSL11.16º55.36%45.69%-
HSV(B)11.16º71.27%70.98%-
XYZ22.2615.245.02-
YUV104.6698.29182.45-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 58.58%
GREEN value IS 76 (30.08% from 255) = 24.60%
BLUE value IS 52 (20.70% from 255) = 16.83%
R=58.58%
G=24.60%
B=16.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181765200.580.710.2911.1655.3645.69
HexB54C3403A471Db372e
Octal2651146407210735136756
Binary10110101100110011010001110101000111111011011110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54C34; }

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

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

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

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

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

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

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

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