#BC3027

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

Shades of Fire Brick #BC3027

Tints of Fire Brick #BC3027

Color information

#BC3027 (or 0xBC3027) is unknown color: approx Fire Brick. HEX triplet: BC, 30 and 27. RGB value is (188,48,39). Sum of RGB (Red+Green+Blue) = 188+48+39=275 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.36% from 275); Green value is 48 (19.14% from 255 or 17.45% from 275); Blue value is 39 (15.62% from 255 or 14.18% from 275); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3027 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3027 is #43CFD8. Grayscale: #595959. Windows color (decimal): -4444121 or 2568380. OLE color: 2568380.

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

Color convert

RGB1884839-
CMYK00.740.790.26
HSL3.62º65.64%44.51%-
HSV(B)3.62º79.26%73.73%-
XYZ22.1612.953.25-
YUV88.8399.88198.73-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 68.36%
GREEN value IS 48 (19.14% from 255) = 17.45%
BLUE value IS 39 (15.62% from 255) = 14.18%
R=68.36%
G=17.45%
B=14.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188483900.740.790.263.6265.6444.51
HexBC302704A4F1A4422d
Octal2746047011211732410255
Binary10111100110000100111010010101001111110101001000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3027; }

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

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

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

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

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

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

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

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