#BC3127

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

Shades of Fire Brick #BC3127

Tints of Fire Brick #BC3127

Color information

#BC3127 (or 0xBC3127) is unknown color: approx Fire Brick. HEX triplet: BC, 31 and 27. RGB value is (188,49,39). Sum of RGB (Red+Green+Blue) = 188+49+39=276 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.12% from 276); Green value is 49 (19.53% from 255 or 17.75% from 276); Blue value is 39 (15.62% from 255 or 14.13% from 276); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3127 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3127 is #43CED8. Grayscale: #595959. Windows color (decimal): -4443865 or 2568636. OLE color: 2568636.

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

Color convert

RGB1884939-
CMYK00.740.790.26
HSL4.03º65.64%44.51%-
HSV(B)4.03º79.26%73.73%-
XYZ22.213.033.27-
YUV89.4299.55198.31-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 68.12%
GREEN value IS 49 (19.53% from 255) = 17.75%
BLUE value IS 39 (15.62% from 255) = 14.13%
R=68.12%
G=17.75%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188493900.740.790.264.0365.6444.51
HexBC312704A4F1A4422d
Octal2746147011211732410255
Binary10111100110001100111010010101001111110101001000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3127; }

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

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

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

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

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

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

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

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