#BC1B0A

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

Shades of Fire Brick #BC1B0A

Tints of Fire Brick #BC1B0A

Color information

#BC1B0A (or 0xBC1B0A) is unknown color: approx Fire Brick. HEX triplet: BC, 1B and 0A. RGB value is (188,27,10). Sum of RGB (Red+Green+Blue) = 188+27+10=225 (29% of max value = 765). Red value is 188 (73.83% from 255 or 83.56% from 225); Green value is 27 (10.94% from 255 or 12% from 225); Blue value is 10 (4.30% from 255 or 4.44% from 225); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1B0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC1B0A is #43E4F5. Grayscale: #494949. Windows color (decimal): -4449526 or 662460. OLE color: 662460.

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

Color convert

RGB1882710-
CMYK00.860.950.26
HSL5.73º89.9%38.82%-
HSV(B)5.73º94.68%73.73%-
XYZ21.1911.51.39-
YUV73.292.34209.88-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 83.56%
GREEN value IS 27 (10.94% from 255) = 12%
BLUE value IS 10 (4.30% from 255) = 4.44%
R=83.56%
G=12%
B=4.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.95
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188271000.860.950.265.7389.938.82
HexBC1BA0565F1A65a27
Octal2743312012613732613247
Binary10111100110111010010101101011111110101101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1B0A; }

 p { color: rgb(188,27,10); }

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

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

 a { background-color: rgb(188,27,10); }

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

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

 span { border-color: rgb(188,27,10); }

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