#bc442d

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

Shades of Grenadier #BC442D

Tints of Grenadier #BC442D

Color information

#BC442D (or 0xBC442D) is unknown color: approx Grenadier. HEX triplet: BC, 44 and 2D. RGB value is (188,68,45). Sum of RGB (Red+Green+Blue) = 188+68+45=301 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.46% from 301); Green value is 68 (26.95% from 255 or 22.59% from 301); Blue value is 45 (17.97% from 255 or 14.95% from 301); Max value from RGB is 188 - color contains mainly: red. Hex color #BC442D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC442D is #43BBD2. Grayscale: #656565. Windows color (decimal): -4438995 or 2966716. OLE color: 2966716.

HSL color Cylindrical-coordinate representation of color #BC442D: hue angle of 9.65º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC442D is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB1886845-
CMYK00.640.760.26
HSL9.65º61.37%45.69%-
HSV(B)9.65º76.06%73.73%-
XYZ23.2815.024.15-
YUV101.2696.26189.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 62.46%
GREEN value IS 68 (26.95% from 255) = 22.59%
BLUE value IS 45 (17.97% from 255) = 14.95%
R=62.46%
G=22.59%
B=14.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188684500.640.760.269.6561.3745.69
HexBC442D0404C1Aa3d2e
Octal27410455010011432127556
Binary101111001000100101101010000001001100110101010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc442d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc442d; }

 p { color: rgb(188,68,45); }

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

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

 a { background-color: rgb(188,68,45); }

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

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

 span { border-color: rgb(188,68,45); }

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