#BC2B1E

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

Shades of Fire Brick #BC2B1E

Tints of Fire Brick #BC2B1E

Color information

#BC2B1E (or 0xBC2B1E) is unknown color: approx Fire Brick. HEX triplet: BC, 2B and 1E. RGB value is (188,43,30). Sum of RGB (Red+Green+Blue) = 188+43+30=261 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.03% from 261); Green value is 43 (17.19% from 255 or 16.48% from 261); Blue value is 30 (12.11% from 255 or 11.49% from 261); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2B1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2B1E is #43D4E1. Grayscale: #555555. Windows color (decimal): -4445410 or 1977276. OLE color: 1977276.

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

Color convert

RGB1884330-
CMYK00.770.840.26
HSL4.94º72.48%42.75%-
HSV(B)4.94º84.04%73.73%-
XYZ21.8412.512.49-
YUV84.8797.04201.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 72.03%
GREEN value IS 43 (17.19% from 255) = 16.48%
BLUE value IS 30 (12.11% from 255) = 11.49%
R=72.03%
G=16.48%
B=11.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188433000.770.840.264.9472.4842.75
HexBC2B1E04D541A5482b
Octal2745336011512432511053
Binary1011110010101111110010011011010100110101011001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2B1E; }

 p { color: rgb(188,43,30); }

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

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

 a { background-color: rgb(188,43,30); }

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

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

 span { border-color: rgb(188,43,30); }

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