#BC3243

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

Shades of Brick Red #BC3243

Tints of Brick Red #BC3243

Color information

#BC3243 (or 0xBC3243) is unknown color: approx Brick Red. HEX triplet: BC, 32 and 43. RGB value is (188,50,67). Sum of RGB (Red+Green+Blue) = 188+50+67=305 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.64% from 305); Green value is 50 (19.92% from 255 or 16.39% from 305); Blue value is 67 (26.56% from 255 or 21.97% from 305); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3243 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3243 is #43CDBC. Grayscale: #5D5D5D. Windows color (decimal): -4443581 or 4403900. OLE color: 4403900.

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

Color convert

RGB1885067-
CMYK00.730.640.26
HSL352.61º57.98%46.67%-
HSV(B)352.61º73.4%73.73%-
XYZ22.8913.386.69-
YUV93.2113.22195.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 61.64%
GREEN value IS 50 (19.92% from 255) = 16.39%
BLUE value IS 67 (26.56% from 255) = 21.97%
R=61.64%
G=16.39%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.64
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188506700.730.640.26352.6157.9846.67
HexBC3243049401A1613a2f
Octal274621030111100325417257
Binary10111100110010100001101001001100000011010101100001111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3243; }

 p { color: rgb(188,50,67); }

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

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

 a { background-color: rgb(188,50,67); }

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

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

 span { border-color: rgb(188,50,67); }

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