#BC1A0B

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

Shades of Fire Brick #BC1A0B

Tints of Fire Brick #BC1A0B

Color information

#BC1A0B (or 0xBC1A0B) is unknown color: approx Fire Brick. HEX triplet: BC, 1A and 0B. RGB value is (188,26,11). Sum of RGB (Red+Green+Blue) = 188+26+11=225 (29% of max value = 765). Red value is 188 (73.83% from 255 or 83.56% from 225); Green value is 26 (10.55% from 255 or 11.56% from 225); Blue value is 11 (4.69% from 255 or 4.89% from 225); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1A0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC1A0B is #43E5F4. Grayscale: #484848. Windows color (decimal): -4449781 or 727740. OLE color: 727740.

HSL color Cylindrical-coordinate representation of color #BC1A0B: hue angle of 5.08º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC1A0B is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB1882611-
CMYK00.860.940.26
HSL5.08º88.94%39.02%-
HSV(B)5.08º94.15%73.73%-
XYZ21.1711.451.41-
YUV72.7393.17210.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 83.56%
GREEN value IS 26 (10.55% from 255) = 11.56%
BLUE value IS 11 (4.69% from 255) = 4.89%
R=83.56%
G=11.56%
B=4.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.94
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188261100.860.940.265.0888.9439.02
HexBC1AB0565E1A55927
Octal2743213012613632513147
Binary10111100110101011010101101011110110101011011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1A0B; }

 p { color: rgb(188,26,11); }

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

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

 a { background-color: rgb(188,26,11); }

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

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

 span { border-color: rgb(188,26,11); }

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