#bc4538

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

Shades of Grenadier #BC4538

Tints of Grenadier #BC4538

Color information

#BC4538 (or 0xBC4538) is unknown color: approx Grenadier. HEX triplet: BC, 45 and 38. RGB value is (188,69,56). Sum of RGB (Red+Green+Blue) = 188+69+56=313 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.06% from 313); Green value is 69 (27.34% from 255 or 22.04% from 313); Blue value is 56 (22.27% from 255 or 17.89% from 313); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4538 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4538 is #43BAC7. Grayscale: #676767. Windows color (decimal): -4438728 or 3687868. OLE color: 3687868.

HSL color Cylindrical-coordinate representation of color #BC4538: hue angle of 5.91º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC4538 is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB1886956-
CMYK00.630.700.26
HSL5.91º54.1%47.84%-
HSV(B)5.91º70.21%73.73%-
XYZ23.5815.235.44-
YUV103.1101.42188.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 60.06%
GREEN value IS 69 (27.34% from 255) = 22.04%
BLUE value IS 56 (22.27% from 255) = 17.89%
R=60.06%
G=22.04%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188695600.630.700.265.9154.147.84
HexBC453803F461A63630
Octal274105700771063266660
Binary1011110010001011110000111111100011011010110110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc4538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc4538; }

 p { color: rgb(188,69,56); }

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

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

 a { background-color: rgb(188,69,56); }

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

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

 span { border-color: rgb(188,69,56); }

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