Html Css Color HEX #BC1514 Fire Brick

📋 copy color: '#BC1514'

red 188 ◦ green 21 ◦ blue 20

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

Shades of Fire Brick #BC1514

Tints of Fire Brick #BC1514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.73%

R = 82.1%
G = 9.17%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BC1514 (or 0xBC1514) is known color: Fire Brick. HEX triplet: BC, 15 and 14. RGB value is (188,21,20). Sum of RGB (Red+Green+Blue) = 188+21+20=229 (30% of max value = 765). Red value is 188 (73.83% from 255 or 82.10% from 229); Green value is 21 (8.59% from 255 or 9.17% from 229); Blue value is 20 (8.20% from 255 or 8.73% from 229); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1514 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1514 is #43EAEB. Grayscale: #464646. Windows color (decimal): -4451052 or 1316284. OLE color: 1316284.

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

Color convert

RGB 188 21 20 -
CMYK 0 0.89 0.89 0.26
HSL 0.36º 0.81% 0.41% -
HSV(B) 0.36º 0.89% 0.74% -
XYZ 21.13 11.28 1.72 -
YUV 70.82 99.33 211.58 -
System Red Green Blue C M Y K H S L
Decimal 188 21 20 0 0.89 0.89 0.26 0.36 0.81 0.41
Hex BC 15 14 0 59 59 1A 0 51 29
Octal 274 25 24 0 131 131 32 0 121 51
Binary 10111100 10101 10100 0 1011001 1011001 11010 0 1010001 101001

Color Harmonies of #BC1514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1514

Black with #BC1514

Text Example


Text Example

White with #BC1514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1514; }

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

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

background-color css

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

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

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

border-color css

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

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

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