#bc2b26

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

Shades of Fire Brick #BC2B26

Tints of Fire Brick #BC2B26

Color information

#BC2B26 (or 0xBC2B26) is unknown color: approx Fire Brick. HEX triplet: BC, 2B and 26. RGB value is (188,43,38). Sum of RGB (Red+Green+Blue) = 188+43+38=269 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.89% from 269); Green value is 43 (17.19% from 255 or 15.99% from 269); Blue value is 38 (15.23% from 255 or 14.13% from 269); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2B26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2B26 is #43D4D9. Grayscale: #555555. Windows color (decimal): -4445402 or 2501564. OLE color: 2501564.

HSL color Cylindrical-coordinate representation of color #BC2B26: hue angle of 2º 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 #BC2B26 is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB1884338-
CMYK00.770.800.26
HSL66.37%44.31%-
HSV(B)79.79%73.73%-
XYZ21.9512.563.1-
YUV85.78101.04200.91-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 69.89%
GREEN value IS 43 (17.19% from 255) = 15.99%
BLUE value IS 38 (15.23% from 255) = 14.13%
R=69.89%
G=15.99%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.80
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188433800.770.800.26266.3744.31
HexBC2B2604D501A2422c
Octal2745346011512032210254
Binary1011110010101110011001001101101000011010101000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc2b26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc2b26; }

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

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

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

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

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

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

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

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