#BC4C35

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

Shades of Grenadier #BC4C35

Tints of Grenadier #BC4C35

Color information

#BC4C35 (or 0xBC4C35) is unknown color: approx Grenadier. HEX triplet: BC, 4C and 35. RGB value is (188,76,53). Sum of RGB (Red+Green+Blue) = 188+76+53=317 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.31% from 317); Green value is 76 (30.08% from 255 or 23.97% from 317); Blue value is 53 (21.09% from 255 or 16.72% from 317); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4C35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4C35 is #43B3CA. Grayscale: #6B6B6B. Windows color (decimal): -4436939 or 3493052. OLE color: 3493052.

HSL color Cylindrical-coordinate representation of color #BC4C35: hue angle of 10.22º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC4C35 is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB1887653-
CMYK00.600.720.26
HSL10.22º56.02%47.25%-
HSV(B)10.22º71.81%73.73%-
XYZ23.9716.125.22-
YUV106.8797.61185.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 59.31%
GREEN value IS 76 (30.08% from 255) = 23.97%
BLUE value IS 53 (21.09% from 255) = 16.72%
R=59.31%
G=23.97%
B=16.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188765300.600.720.2610.2256.0247.25
HexBC4C3503C481Aa382f
Octal2741146507411032127057
Binary10111100100110011010101111001001000110101010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4C35; }

 p { color: rgb(188,76,53); }

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

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

 a { background-color: rgb(188,76,53); }

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

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

 span { border-color: rgb(188,76,53); }

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