#BC472A

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

Shades of Grenadier #BC472A

Tints of Grenadier #BC472A

Color information

#BC472A (or 0xBC472A) is unknown color: approx Grenadier. HEX triplet: BC, 47 and 2A. RGB value is (188,71,42). Sum of RGB (Red+Green+Blue) = 188+71+42=301 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.46% from 301); Green value is 71 (28.12% from 255 or 23.59% from 301); Blue value is 42 (16.80% from 255 or 13.95% from 301); Max value from RGB is 188 - color contains mainly: red. Hex color #BC472A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC472A is #43B8D5. Grayscale: #666666. Windows color (decimal): -4438230 or 2770876. OLE color: 2770876.

HSL color Cylindrical-coordinate representation of color #BC472A: hue angle of 11.92º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC472A is Cyan = 0, Magento = 0.62, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB1887142-
CMYK00.620.780.26
HSL11.92º63.48%45.1%-
HSV(B)11.92º77.66%73.73%-
XYZ23.4115.373.92-
YUV102.6893.76188.86-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 62.46%
GREEN value IS 71 (28.12% from 255) = 23.59%
BLUE value IS 42 (16.80% from 255) = 13.95%
R=62.46%
G=23.59%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188714200.620.780.2611.9263.4845.1
HexBC472A03E4E1Ac3f2d
Octal2741075207611632147755
Binary10111100100011110101001111101001110110101100111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC472A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC472A; }

 p { color: rgb(188,71,42); }

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

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

 a { background-color: rgb(188,71,42); }

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

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

 span { border-color: rgb(188,71,42); }

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