#BC2C2A

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

Shades of Fire Brick #BC2C2A

Tints of Fire Brick #BC2C2A

Color information

#BC2C2A (or 0xBC2C2A) is unknown color: approx Fire Brick. HEX triplet: BC, 2C and 2A. RGB value is (188,44,42). Sum of RGB (Red+Green+Blue) = 188+44+42=274 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.61% from 274); Green value is 44 (17.58% from 255 or 16.06% from 274); Blue value is 42 (16.80% from 255 or 15.33% from 274); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2C2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2C2A is #43D3D5. Grayscale: #565656. Windows color (decimal): -4445142 or 2763964. OLE color: 2763964.

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

Color convert

RGB1884442-
CMYK00.770.780.26
HSL0.82º63.48%45.1%-
HSV(B)0.82º77.66%73.73%-
XYZ22.0612.663.47-
YUV86.83102.71200.16-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 68.61%
GREEN value IS 44 (17.58% from 255) = 16.06%
BLUE value IS 42 (16.80% from 255) = 15.33%
R=68.61%
G=16.06%
B=15.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188444200.770.780.260.8263.4845.1
HexBC2C2A04D4E1A13f2d
Octal274545201151163217755
Binary10111100101100101010010011011001110110101111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2C2A; }

 p { color: rgb(188,44,42); }

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

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

 a { background-color: rgb(188,44,42); }

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

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

 span { border-color: rgb(188,44,42); }

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