#BC303C

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

Shades of Brick Red #BC303C

Tints of Brick Red #BC303C

Color information

#BC303C (or 0xBC303C) is unknown color: approx Brick Red. HEX triplet: BC, 30 and 3C. RGB value is (188,48,60). Sum of RGB (Red+Green+Blue) = 188+48+60=296 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.51% from 296); Green value is 48 (19.14% from 255 or 16.22% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 188 - color contains mainly: red. Hex color #BC303C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC303C is #43CFC3. Grayscale: #5B5B5B. Windows color (decimal): -4444100 or 3944636. OLE color: 3944636.

HSL color Cylindrical-coordinate representation of color #BC303C: hue angle of 354.86º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC303C is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB1884860-
CMYK00.740.680.26
HSL354.86º59.32%46.27%-
HSV(B)354.86º74.47%73.73%-
XYZ22.6113.135.62-
YUV91.23110.38197.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 63.51%
GREEN value IS 48 (19.14% from 255) = 16.22%
BLUE value IS 60 (23.83% from 255) = 20.27%
R=63.51%
G=16.22%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188486000.740.680.26354.8659.3246.27
HexBC303C04A441A1633b2e
Octal27460740112104325437356
Binary1011110011000011110001001010100010011010101100011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC303C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC303C; }

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

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

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

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

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

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

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

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