#BC2F27

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

Shades of Fire Brick #BC2F27

Tints of Fire Brick #BC2F27

Color information

#BC2F27 (or 0xBC2F27) is unknown color: approx Fire Brick. HEX triplet: BC, 2F and 27. RGB value is (188,47,39). Sum of RGB (Red+Green+Blue) = 188+47+39=274 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.61% from 274); Green value is 47 (18.75% from 255 or 17.15% from 274); Blue value is 39 (15.62% from 255 or 14.23% from 274); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2F27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2F27 is #43D0D8. Grayscale: #585858. Windows color (decimal): -4444377 or 2568124. OLE color: 2568124.

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

Color convert

RGB1884739-
CMYK00.750.790.26
HSL3.22º65.64%44.51%-
HSV(B)3.22º79.26%73.73%-
XYZ22.1212.873.24-
YUV88.25100.21199.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 68.61%
GREEN value IS 47 (18.75% from 255) = 17.15%
BLUE value IS 39 (15.62% from 255) = 14.23%
R=68.61%
G=17.15%
B=14.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188473900.750.790.263.2265.6444.51
HexBC2F2704B4F1A3422d
Octal2745747011311732310255
Binary1011110010111110011101001011100111111010111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2F27; }

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

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

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

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

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

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

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

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