#BC4246

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

Shades of Brick Red #BC4246

Tints of Brick Red #BC4246

Color information

#BC4246 (or 0xBC4246) is unknown color: approx Brick Red. HEX triplet: BC, 42 and 46. RGB value is (188,66,70). Sum of RGB (Red+Green+Blue) = 188+66+70=324 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.02% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 70 (27.73% from 255 or 21.60% from 324); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4246 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4246 is #43BDB9. Grayscale: #676767. Windows color (decimal): -4439482 or 4604604. OLE color: 4604604.

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

Color convert

RGB1886670-
CMYK00.650.630.26
HSL358.03º48.03%49.8%-
HSV(B)358.03º64.89%73.73%-
XYZ23.7915.037.44-
YUV102.93109.42188.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 58.02%
GREEN value IS 66 (26.17% from 255) = 20.37%
BLUE value IS 70 (27.73% from 255) = 21.60%
R=58.02%
G=20.37%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188667000.650.630.26358.0348.0349.8
HexBC42460413F1A1663032
Octal274102106010177325466062
Binary10111100100001010001100100000111111111010101100110110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4246; }

 p { color: rgb(188,66,70); }

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

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

 a { background-color: rgb(188,66,70); }

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

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

 span { border-color: rgb(188,66,70); }

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