#BC2117

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

Shades of Fire Brick #BC2117

Tints of Fire Brick #BC2117

Color information

#BC2117 (or 0xBC2117) is unknown color: approx Fire Brick. HEX triplet: BC, 21 and 17. RGB value is (188,33,23). Sum of RGB (Red+Green+Blue) = 188+33+23=244 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.05% from 244); Green value is 33 (13.28% from 255 or 13.52% from 244); Blue value is 23 (9.38% from 255 or 9.43% from 244); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2117 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2117 is #43DEE8. Grayscale: #4E4E4E. Windows color (decimal): -4447977 or 1515964. OLE color: 1515964.

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

Color convert

RGB1883323-
CMYK00.820.880.26
HSL3.64º78.2%41.37%-
HSV(B)3.64º87.77%73.73%-
XYZ21.4411.841.97-
YUV78.296.85206.31-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 77.05%
GREEN value IS 33 (13.28% from 255) = 13.52%
BLUE value IS 23 (9.38% from 255) = 9.43%
R=77.05%
G=13.52%
B=9.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.88
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188332300.820.880.263.6478.241.37
HexBC2117052581A44e29
Octal2744127012213032411651
Binary1011110010000110111010100101011000110101001001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2117; }

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

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

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

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

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

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

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

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