Html Css Color HEX #BC1511 Fire Brick

📋 copy color: '#BC1511'

red 188 ◦ green 21 ◦ blue 17

#BC1511
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Brick #BC1511

Tints of Fire Brick #BC1511

RGB

 RED value IS 188 (73.83% from 255) = 83.19%

 GREEN value IS 21 (8.59% from 255) = 9.29%

 BLUE value IS 17 (7.03% from 255) = 7.52%

R = 83.19%
G = 9.29%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC1511 (or 0xBC1511) is known color: Fire Brick. HEX triplet: BC, 15 and 11. RGB value is (188,21,17). Sum of RGB (Red+Green+Blue) = 188+21+17=226 (29% of max value = 765). Red value is 188 (73.83% from 255 or 83.19% from 226); Green value is 21 (8.59% from 255 or 9.29% from 226); Blue value is 17 (7.03% from 255 or 7.52% from 226); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1511 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1511 is #43EAEE. Grayscale: #464646. Windows color (decimal): -4451055 or 1119676. OLE color: 1119676.

HSL color Cylindrical-coordinate representation of color #BC1511: hue angle of 1.4º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC1511 is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 21 17 -
CMYK 0 0.89 0.91 0.26
HSL 1.4º 0.83% 0.4% -
HSV(B) 1.4º 0.91% 0.74% -
XYZ 21.11 11.27 1.59 -
YUV 70.48 97.83 211.83 -
System Red Green Blue C M Y K H S L
Decimal 188 21 17 0 0.89 0.91 0.26 1.4 0.83 0.4
Hex BC 15 11 0 59 5B 1A 1 53 28
Octal 274 25 21 0 131 133 32 1 123 50
Binary 10111100 10101 10001 0 1011001 1011011 11010 1 1010011 101000

Color Harmonies of #BC1511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1511

Black with #BC1511

Text Example


Text Example

White with #BC1511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1511; }

 p { color: rgb(188,21,17); }

 H1.HeaderClassName
 {
   color: #BC1511;
 }
 .AnyTagClassName
 {
   color: #BC1511;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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