#BC2D27

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

Shades of Fire Brick #BC2D27

Tints of Fire Brick #BC2D27

Color information

#BC2D27 (or 0xBC2D27) is unknown color: approx Fire Brick. HEX triplet: BC, 2D and 27. RGB value is (188,45,39). Sum of RGB (Red+Green+Blue) = 188+45+39=272 (36% of max value = 765). Red value is 188 (73.83% from 255 or 69.12% from 272); Green value is 45 (17.97% from 255 or 16.54% from 272); Blue value is 39 (15.62% from 255 or 14.34% from 272); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2D27 is #43D2D8. Grayscale: #575757. Windows color (decimal): -4444889 or 2567612. OLE color: 2567612.

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

Color convert

RGB1884539-
CMYK00.760.790.26
HSL2.42º65.64%44.51%-
HSV(B)2.42º79.26%73.73%-
XYZ22.0412.713.21-
YUV87.07100.88199.99-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 69.12%
GREEN value IS 45 (17.97% from 255) = 16.54%
BLUE value IS 39 (15.62% from 255) = 14.34%
R=69.12%
G=16.54%
B=14.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188453900.760.790.262.4265.6444.51
HexBC2D2704C4F1A2422d
Octal2745547011411732210255
Binary1011110010110110011101001100100111111010101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2D27; }

 p { color: rgb(188,45,39); }

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

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

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

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

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

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

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