#BC1816

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

Shades of Fire Brick #BC1816

Tints of Fire Brick #BC1816

Color information

#BC1816 (or 0xBC1816) is unknown color: approx Fire Brick. HEX triplet: BC, 18 and 16. RGB value is (188,24,22). Sum of RGB (Red+Green+Blue) = 188+24+22=234 (30% of max value = 765). Red value is 188 (73.83% from 255 or 80.34% from 234); Green value is 24 (9.77% from 255 or 10.26% from 234); Blue value is 22 (8.98% from 255 or 9.40% from 234); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1816 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1816 is #43E7E9. Grayscale: #484848. Windows color (decimal): -4450282 or 1448124. OLE color: 1448124.

HSL color Cylindrical-coordinate representation of color #BC1816: hue angle of 0.72º degrees, saturation: 0.79, 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 #BC1816 is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB1882422-
CMYK00.870.880.26
HSL0.72º79.05%41.18%-
HSV(B)0.72º88.3%73.73%-
XYZ21.2111.41.84-
YUV72.8199.33210.16-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 80.34%
GREEN value IS 24 (9.77% from 255) = 10.26%
BLUE value IS 22 (8.98% from 255) = 9.40%
R=80.34%
G=10.26%
B=9.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.88
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188242200.870.880.260.7279.0541.18
HexBC1816057581A14f29
Octal2743026012713032111751
Binary1011110011000101100101011110110001101011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1816; }

 p { color: rgb(188,24,22); }

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

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

 a { background-color: rgb(188,24,22); }

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

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

 span { border-color: rgb(188,24,22); }

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