#BC1C0A

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

Shades of Fire Brick #BC1C0A

Tints of Fire Brick #BC1C0A

Color information

#BC1C0A (or 0xBC1C0A) is unknown color: approx Fire Brick. HEX triplet: BC, 1C and 0A. RGB value is (188,28,10). Sum of RGB (Red+Green+Blue) = 188+28+10=226 (29% of max value = 765). Red value is 188 (73.83% from 255 or 83.19% from 226); Green value is 28 (11.33% from 255 or 12.39% from 226); Blue value is 10 (4.30% from 255 or 4.42% from 226); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1C0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC1C0A is #43E3F5. Grayscale: #4A4A4A. Windows color (decimal): -4449270 or 662716. OLE color: 662716.

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

Color convert

RGB1882810-
CMYK00.850.950.26
HSL6.07º89.9%38.82%-
HSV(B)6.07º94.68%73.73%-
XYZ21.2111.541.4-
YUV73.7992.01209.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 83.19%
GREEN value IS 28 (11.33% from 255) = 12.39%
BLUE value IS 10 (4.30% from 255) = 4.42%
R=83.19%
G=12.39%
B=4.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.95
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188281000.850.950.266.0789.938.82
HexBC1CA0555F1A65a27
Octal2743412012513732613247
Binary10111100111001010010101011011111110101101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1C0A; }

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

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

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

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

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

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

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

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