#BC2017

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

Shades of Fire Brick #BC2017

Tints of Fire Brick #BC2017

Color information

#BC2017 (or 0xBC2017) is unknown color: approx Fire Brick. HEX triplet: BC, 20 and 17. RGB value is (188,32,23). Sum of RGB (Red+Green+Blue) = 188+32+23=243 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.37% from 243); Green value is 32 (12.89% from 255 or 13.17% from 243); Blue value is 23 (9.38% from 255 or 9.47% from 243); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2017 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2017 is #43DFE8. Grayscale: #4D4D4D. Windows color (decimal): -4448233 or 1515708. OLE color: 1515708.

HSL color Cylindrical-coordinate representation of color #BC2017: hue angle of 3.27º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC2017 is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB1883223-
CMYK00.830.880.26
HSL3.27º78.2%41.37%-
HSV(B)3.27º87.77%73.73%-
XYZ21.4111.791.96-
YUV77.6297.18206.73-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 77.37%
GREEN value IS 32 (12.89% from 255) = 13.17%
BLUE value IS 23 (9.38% from 255) = 9.47%
R=77.37%
G=13.17%
B=9.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.88
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188322300.830.880.263.2778.241.37
HexBC2017053581A34e29
Octal2744027012313032311651
Binary101111001000001011101010011101100011010111001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2017; }

 p { color: rgb(188,32,23); }

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

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

 a { background-color: rgb(188,32,23); }

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

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

 span { border-color: rgb(188,32,23); }

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