#BC2626

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

Shades of Fire Brick #BC2626

Tints of Fire Brick #BC2626

Color information

#BC2626 (or 0xBC2626) is unknown color: approx Fire Brick. HEX triplet: BC, 26 and 26. RGB value is (188,38,38). Sum of RGB (Red+Green+Blue) = 188+38+38=264 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.21% from 264); Green value is 38 (15.23% from 255 or 14.39% from 264); Blue value is 38 (15.23% from 255 or 14.39% from 264); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2626 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2626 is #43D9D9. Grayscale: #535353. Windows color (decimal): -4446682 or 2500284. OLE color: 2500284.

HSL color Cylindrical-coordinate representation of color #BC2626: hue angle of 0º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC2626 is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB1883838-
CMYK00.800.800.26
HSL66.37%44.31%-
HSV(B)79.79%73.73%-
XYZ21.7812.223.04-
YUV82.85102.7203-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 71.21%
GREEN value IS 38 (15.23% from 255) = 14.39%
BLUE value IS 38 (15.23% from 255) = 14.39%
R=71.21%
G=14.39%
B=14.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.80
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188383800.800.800.26066.3744.31
HexBC2626050501A0422c
Octal2744646012012032010254
Binary101111001001101001100101000010100001101001000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2626; }

 p { color: rgb(188,38,38); }

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

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

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

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

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

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

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