#B54C3A

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

Shades of Grenadier #B54C3A

Tints of Grenadier #B54C3A

Color information

#B54C3A (or 0xB54C3A) is unknown color: approx Grenadier. HEX triplet: B5, 4C and 3A. RGB value is (181,76,58). Sum of RGB (Red+Green+Blue) = 181+76+58=315 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.46% from 315); Green value is 76 (30.08% from 255 or 24.13% from 315); Blue value is 58 (23.05% from 255 or 18.41% from 315); Max value from RGB is 181 - color contains mainly: red. Hex color #B54C3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54C3A is #4AB3C5. Grayscale: #696969. Windows color (decimal): -4895686 or 3820725. OLE color: 3820725.

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

Color convert

RGB1817658-
CMYK00.580.680.29
HSL8.78º51.46%46.86%-
HSV(B)8.78º67.96%70.98%-
XYZ22.415.35.77-
YUV105.34101.29181.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 57.46%
GREEN value IS 76 (30.08% from 255) = 24.13%
BLUE value IS 58 (23.05% from 255) = 18.41%
R=57.46%
G=24.13%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181765800.580.680.298.7851.4646.86
HexB54C3A03A441D9332f
Octal2651147207210435116357
Binary10110101100110011101001110101000100111011001110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54C3A; }

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

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

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

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

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

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

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

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