#BC293C

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

Shades of Brick Red #BC293C

Tints of Brick Red #BC293C

Color information

#BC293C (or 0xBC293C) is unknown color: approx Brick Red. HEX triplet: BC, 29 and 3C. RGB value is (188,41,60). Sum of RGB (Red+Green+Blue) = 188+41+60=289 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.05% from 289); Green value is 41 (16.41% from 255 or 14.19% from 289); Blue value is 60 (23.83% from 255 or 20.76% from 289); Max value from RGB is 188 - color contains mainly: red. Hex color #BC293C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC293C is #43D6C3. Grayscale: #575757. Windows color (decimal): -4445892 or 3942844. OLE color: 3942844.

HSL color Cylindrical-coordinate representation of color #BC293C: hue angle of 352.24º degrees, saturation: 0.64, 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 #BC293C is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB1884160-
CMYK00.780.680.26
HSL352.24º64.19%44.9%-
HSV(B)352.24º78.19%73.73%-
XYZ22.3512.65.53-
YUV87.12112.7199.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 65.05%
GREEN value IS 41 (16.41% from 255) = 14.19%
BLUE value IS 60 (23.83% from 255) = 20.76%
R=65.05%
G=14.19%
B=20.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188416000.780.680.26352.2464.1944.9
HexBC293C04E441A160402d
Octal274517401161043254010055
Binary10111100101001111100010011101000100110101011000001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC293C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC293C; }

 p { color: rgb(188,41,60); }

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

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

 a { background-color: rgb(188,41,60); }

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

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

 span { border-color: rgb(188,41,60); }

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