#BC333F

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

Shades of Brick Red #BC333F

Tints of Brick Red #BC333F

Color information

#BC333F (or 0xBC333F) is unknown color: approx Brick Red. HEX triplet: BC, 33 and 3F. RGB value is (188,51,63). Sum of RGB (Red+Green+Blue) = 188+51+63=302 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.25% from 302); Green value is 51 (20.31% from 255 or 16.89% from 302); Blue value is 63 (25% from 255 or 20.86% from 302); Max value from RGB is 188 - color contains mainly: red. Hex color #BC333F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC333F is #43CCC0. Grayscale: #5D5D5D. Windows color (decimal): -4443329 or 4142012. OLE color: 4142012.

HSL color Cylindrical-coordinate representation of color #BC333F: hue angle of 354.74º degrees, saturation: 0.57, 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 #BC333F is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB1885163-
CMYK00.730.660.26
HSL354.74º57.32%46.86%-
HSV(B)354.74º72.87%73.73%-
XYZ22.8213.426.09-
YUV93.33110.89195.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 62.25%
GREEN value IS 51 (20.31% from 255) = 16.89%
BLUE value IS 63 (25% from 255) = 20.86%
R=62.25%
G=16.89%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188516300.730.660.26354.7457.3246.86
HexBC333F049421A163392f
Octal27463770111102325437157
Binary1011110011001111111101001001100001011010101100011111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC333F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC333F; }

 p { color: rgb(188,51,63); }

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

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

 a { background-color: rgb(188,51,63); }

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

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

 span { border-color: rgb(188,51,63); }

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