#BC1D13

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

Shades of Fire Brick #BC1D13

Tints of Fire Brick #BC1D13

Color information

#BC1D13 (or 0xBC1D13) is unknown color: approx Fire Brick. HEX triplet: BC, 1D and 13. RGB value is (188,29,19). Sum of RGB (Red+Green+Blue) = 188+29+19=236 (31% of max value = 765). Red value is 188 (73.83% from 255 or 79.66% from 236); Green value is 29 (11.72% from 255 or 12.29% from 236); Blue value is 19 (7.81% from 255 or 8.05% from 236); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1D13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC1D13 is #43E2EC. Grayscale: #4B4B4B. Windows color (decimal): -4449005 or 1252796. OLE color: 1252796.

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

Color convert

RGB1882919-
CMYK00.850.900.26
HSL3.55º81.64%40.59%-
HSV(B)3.55º89.89%73.73%-
XYZ21.311.621.74-
YUV75.496.18208.31-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 79.66%
GREEN value IS 29 (11.72% from 255) = 12.29%
BLUE value IS 19 (7.81% from 255) = 8.05%
R=79.66%
G=12.29%
B=8.05%

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
Decimal188291900.850.900.263.5581.6440.59
HexBC1D130555A1A45229
Octal2743523012513232412251
Binary101111001110110011010101011011010110101001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1D13; }

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

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

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

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

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

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

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

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