#B54B3A

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

Shades of Grenadier #B54B3A

Tints of Grenadier #B54B3A

Color information

#B54B3A (or 0xB54B3A) is unknown color: approx Grenadier. HEX triplet: B5, 4B and 3A. RGB value is (181,75,58). Sum of RGB (Red+Green+Blue) = 181+75+58=314 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.64% from 314); Green value is 75 (29.69% from 255 or 23.89% from 314); Blue value is 58 (23.05% from 255 or 18.47% from 314); Max value from RGB is 181 - color contains mainly: red. Hex color #B54B3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54B3A is #4AB4C5. Grayscale: #686868. Windows color (decimal): -4895942 or 3820469. OLE color: 3820469.

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

Color convert

RGB1817558-
CMYK00.590.680.29
HSL8.29º51.46%46.86%-
HSV(B)8.29º67.96%70.98%-
XYZ22.3415.165.75-
YUV104.76101.62182.38-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 57.64%
GREEN value IS 75 (29.69% from 255) = 23.89%
BLUE value IS 58 (23.05% from 255) = 18.47%
R=57.64%
G=23.89%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181755800.590.680.298.2951.4646.86
HexB54B3A03B441D8332f
Octal2651137207310435106357
Binary10110101100101111101001110111000100111011000110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54B3A; }

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

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

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

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

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

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

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

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