#BC1F17

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

Shades of Fire Brick #BC1F17

Tints of Fire Brick #BC1F17

Color information

#BC1F17 (or 0xBC1F17) is unknown color: approx Fire Brick. HEX triplet: BC, 1F and 17. RGB value is (188,31,23). Sum of RGB (Red+Green+Blue) = 188+31+23=242 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.69% from 242); Green value is 31 (12.5% from 255 or 12.81% from 242); Blue value is 23 (9.38% from 255 or 9.50% from 242); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1F17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC1F17 is #43E0E8. Grayscale: #4D4D4D. Windows color (decimal): -4448489 or 1515452. OLE color: 1515452.

HSL color Cylindrical-coordinate representation of color #BC1F17: hue angle of 2.91º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC1F17 is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB1883123-
CMYK00.840.880.26
HSL2.91º78.2%41.37%-
HSV(B)2.91º87.77%73.73%-
XYZ21.3811.731.95-
YUV77.0397.51207.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 77.69%
GREEN value IS 31 (12.5% from 255) = 12.81%
BLUE value IS 23 (9.38% from 255) = 9.50%
R=77.69%
G=12.81%
B=9.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.88
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188312300.840.880.262.9178.241.37
HexBC1F17054581A34e29
Octal2743727012413032311651
Binary10111100111111011101010100101100011010111001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1F17; }

 p { color: rgb(188,31,23); }

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

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

 a { background-color: rgb(188,31,23); }

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

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

 span { border-color: rgb(188,31,23); }

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