#BC1C13

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

Shades of Fire Brick #BC1C13

Tints of Fire Brick #BC1C13

Color information

#BC1C13 (or 0xBC1C13) is unknown color: approx Fire Brick. HEX triplet: BC, 1C and 13. RGB value is (188,28,19). Sum of RGB (Red+Green+Blue) = 188+28+19=235 (31% of max value = 765). Red value is 188 (73.83% from 255 or 80% from 235); Green value is 28 (11.33% from 255 or 11.91% from 235); Blue value is 19 (7.81% from 255 or 8.09% from 235); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1C13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC1C13 is #43E3EC. Grayscale: #4B4B4B. Windows color (decimal): -4449261 or 1252540. OLE color: 1252540.

HSL color Cylindrical-coordinate representation of color #BC1C13: hue angle of 3.2º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC1C13 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB1882819-
CMYK00.850.900.26
HSL3.2º81.64%40.59%-
HSV(B)3.2º89.89%73.73%-
XYZ21.2711.571.73-
YUV74.8196.51208.73-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 80%
GREEN value IS 28 (11.33% from 255) = 11.91%
BLUE value IS 19 (7.81% from 255) = 8.09%
R=80%
G=11.91%
B=8.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188281900.850.900.263.281.6440.59
HexBC1C130555A1A35229
Octal2743423012513232312251
Binary10111100111001001101010101101101011010111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1C13; }

 p { color: rgb(188,28,19); }

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

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

 a { background-color: rgb(188,28,19); }

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

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

 span { border-color: rgb(188,28,19); }

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