#BC293B

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

Shades of Brick Red #BC293B

Tints of Brick Red #BC293B

Color information

#BC293B (or 0xBC293B) is unknown color: approx Brick Red. HEX triplet: BC, 29 and 3B. RGB value is (188,41,59). Sum of RGB (Red+Green+Blue) = 188+41+59=288 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.28% from 288); Green value is 41 (16.41% from 255 or 14.24% from 288); Blue value is 59 (23.44% from 255 or 20.49% from 288); Max value from RGB is 188 - color contains mainly: red. Hex color #BC293B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC293B is #43D6C4. Grayscale: #575757. Windows color (decimal): -4445893 or 3877308. OLE color: 3877308.

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

Color convert

RGB1884159-
CMYK00.780.690.26
HSL352.65º64.19%44.9%-
HSV(B)352.65º78.19%73.73%-
XYZ22.3212.595.39-
YUV87112.2200.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 65.28%
GREEN value IS 41 (16.41% from 255) = 14.24%
BLUE value IS 59 (23.44% from 255) = 20.49%
R=65.28%
G=14.24%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188415900.780.690.26352.6564.1944.9
HexBC293B04E451A161402d
Octal274517301161053254110055
Binary10111100101001111011010011101000101110101011000011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC293B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC293B; }

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

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

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

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

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

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

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

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